We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939c265 commit e314752Copy full SHA for e314752
1 file changed
engine/src/main/battlecode/common/GameConstants.java
@@ -34,7 +34,7 @@ public class GameConstants {
34
public static final int MAX_WALL_PERCENTAGE = 20;
35
36
/** The 32 bit representation of the special resource pattern. */
37
- public static final int RESOURCE_PATTERN = 22369621;
+ public static final int RESOURCE_PATTERN = 22365525;
38
39
/** The 32 bit representation of the paint tower pattern. */
40
public static final int PAINT_TOWER_PATTERN = 18157905;
0 commit comments