mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-23 09:53:28 +00:00
new font
This commit is contained in:
parent
b944d9be51
commit
045329d8f6
@ -43,7 +43,7 @@ public class Enemy extends Character{
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getPv() {
|
public int getPv(){
|
||||||
//the pv can go under 0, but his real pv is 0 (for the player)
|
//the pv can go under 0, but his real pv is 0 (for the player)
|
||||||
return (pv<0) ? 0 : pv;
|
return (pv<0) ? 0 : pv;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user