Skip to content

Commit 6d9d330

Browse files
Joe_SiuJoe_Siu
authored andcommitted
Game balance change: made health total pickup number to 10
1 parent 219419b commit 6d9d330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const int TOTAL_SIGNAL_ZONE = 3;
7575

7676
//pickupables
7777
//health pickup
78-
const int MAX_HEALTH_PICKUP_NUM = 15;
78+
const int MAX_HEALTH_PICKUP_NUM = 10;
7979
const int HEALTH_PICKUP_HEAL = 25;
8080
const int HEALTH_PICKUP_SIZE = 75;
8181

0 commit comments

Comments
 (0)