We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace35df commit b8c3020Copy full SHA for b8c3020
1 file changed
engine/src/main/battlecode/common/GameConstants.java
@@ -202,7 +202,7 @@ public class GameConstants {
202
public static final int CAT_SCRATCH_DAMAGE = 20;
203
204
/** The distance squared a cat can pounce to */
205
- public static final int CAT_POUNCE_MAX_DISTANCE_SQUARED = 9;
+ public static final int CAT_POUNCE_MAX_DISTANCE_SQUARED = 13;
206
207
public static final int CAT_DIG_ADDITIONAL_COOLDOWN = 5;
208
0 commit comments