1
Fork 0
mirror of https://github.com/Steffo99/iiiiil-gioco.git synced 2024-11-21 15:34:19 +00:00

Aumentato la vita del giocatore.

This commit is contained in:
Steffo 2016-01-27 10:27:34 +01:00
parent 941ffbf313
commit 79364001ab

View file

@ -11,7 +11,7 @@ using namespace std;
#define ROOMS 8
#define ROOM_SIZE 7
#define MAX_ENEMIES 50
#define HP_MAX 100
#define HP_MAX 1000
#define STARTING_ATK 5
#define STARTING_DEF 5
#define MAX_POTIONS_PER_FLOOR 5