mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-07-07 17:01:10 +00:00
Merge branch 'master' of https://github.com/Klagarge/PokeMudry
This commit is contained in:
@ -31,8 +31,10 @@ public class Battle {
|
||||
|
||||
public void readNextLine(){
|
||||
//change line
|
||||
lineSpeech++;
|
||||
|
||||
System.out.println(textEnemy.lines.size());
|
||||
if(lineSpeech < textEnemy.lines.size()-1){
|
||||
lineSpeech++;
|
||||
}
|
||||
}
|
||||
|
||||
//check the choice answer
|
||||
@ -66,6 +68,11 @@ public class Battle {
|
||||
|
||||
}
|
||||
|
||||
|
||||
public boolean finish(){
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean getAttackOn(){
|
||||
return textEnemy.lines.get(lineSpeech).attackOn;
|
||||
}
|
||||
|
Reference in New Issue
Block a user