1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-10-31 19:49:16 +00:00

finish to add time

This commit is contained in:
2022-06-16 14:24:20 +02:00
parent e748f763a8
commit 20a4356f69
9 changed files with 30 additions and 38 deletions

View File

@@ -45,6 +45,7 @@ public class Battle {
}
else if( getLineSpeech() == 5 || getLineSpeech() == 6){
finish();
e.recoveredTime = 0;
}
else if(0 < getLineSpeech() && getLineSpeech() < 4){
checkAnswer(answer);