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:
parent
411abb3a76
commit
d6688a90ad
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue