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

display the pv of enemy ok

This commit is contained in:
Fastium
2022-06-16 19:30:07 +02:00
parent aac7ba69f6
commit baff97fa03
3 changed files with 4 additions and 3 deletions

View File

@@ -96,6 +96,7 @@ public class Battle {
xpPlayer += xp;
//remove pv enemy
pvEnemy -= xp;
if(pvEnemy<0) pvEnemy =0;
}