mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-30 19:29:17 +00:00 
			
		
		
		
	new font
This commit is contained in:
		| @@ -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; | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user