Skip to content

Commit 69a6fca

Browse files
Increase initial chips amount
1 parent d9b549f commit 69a6fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/main/battlecode/common/GameConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public class GameConstants {
8080
public static final int PENALTY_NEUTRAL_TERRITORY = 1;
8181

8282
/** The amount of money each team starts with. */
83-
public static final int INITIAL_TEAM_MONEY = 1000;
83+
public static final int INITIAL_TEAM_MONEY = 2500;
8484

8585
/** The percent of the map which a team needs to paint to win. */
8686
public static final int PAINT_PERCENT_TO_WIN = 70;

0 commit comments

Comments
 (0)