Skip to content

Commit e314752

Browse files
author
Ian Gonzalez Hermosillo
committed
change special resource pattern
1 parent 939c265 commit e314752

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
@@ -34,7 +34,7 @@ public class GameConstants {
3434
public static final int MAX_WALL_PERCENTAGE = 20;
3535

3636
/** The 32 bit representation of the special resource pattern. */
37-
public static final int RESOURCE_PATTERN = 22369621;
37+
public static final int RESOURCE_PATTERN = 22365525;
3838

3939
/** The 32 bit representation of the paint tower pattern. */
4040
public static final int PAINT_TOWER_PATTERN = 18157905;

0 commit comments

Comments
 (0)