mirror of
				https://github.com/Klagarge/PokeHES.git
				synced 2025-10-31 11:39:17 +00:00 
			
		
		
		
	FabLab added
This commit is contained in:
		| @@ -94,6 +94,7 @@ public class Player extends Character{ | ||||
| 				ScreenMap.Door.reset(); | ||||
| 				if (nMap == null || x == null || y == null) return; | ||||
| 				map = nMap; | ||||
| 				if(map.equals("FabLab")) addXp(400); // * Like an easter egg, but necessary for win the game | ||||
| 				setPosition(x*sm.tileWidth, y*sm.tileHeight); | ||||
| 				turn(goalDirection); | ||||
| 				System.out.println("Go to: " + map + " in " + x + " x " + y); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user