mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-22 17:33:27 +00:00
c
This commit is contained in:
parent
ae49a00f27
commit
cf4d09b985
@ -2,6 +2,7 @@ package Text;
|
||||
|
||||
import Entity.Enemy;
|
||||
import java.util.Vector;
|
||||
import java.util.Arrays;
|
||||
import java.util.Random;
|
||||
|
||||
public class TextEnemy {
|
||||
@ -100,11 +101,11 @@ public class TextEnemy {
|
||||
currentData.add(currentRandom);
|
||||
}
|
||||
|
||||
/*
|
||||
//display answer
|
||||
for(int[] a : currentData){
|
||||
System.out.println(Arrays.toString(a));
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
//finish (win and death)
|
||||
String dead = formatLine(speechData.getSpeechs(5),CUT);
|
||||
|
Loading…
Reference in New Issue
Block a user