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

Reso meno OP il giocatore

Seriamente, 1000 vita?
This commit is contained in:
LBindustries 2016-02-03 09:30:23 +03:00
parent 411abb3a76
commit d6688a90ad

View file

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