Skip to content

Commit b8c3020

Browse files
committed
actually allow cat pounce for up to 3 units
1 parent ace35df commit b8c3020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public class GameConstants {
202202
public static final int CAT_SCRATCH_DAMAGE = 20;
203203

204204
/** The distance squared a cat can pounce to */
205-
public static final int CAT_POUNCE_MAX_DISTANCE_SQUARED = 9;
205+
public static final int CAT_POUNCE_MAX_DISTANCE_SQUARED = 13;
206206

207207
public static final int CAT_DIG_ADDITIONAL_COOLDOWN = 5;
208208

0 commit comments

Comments
 (0)