Skip to content

Commit 2e8dce7

Browse files
committed
cat movement cooldown change 10 to 20
1 parent d8b7776 commit 2e8dce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public enum UnitType {
44
// health, size, speed, visionRadius, actionCooldown
55
BABY_RAT(100, 1, 20, 90, 10, 10, 17500),
66
RAT_KING(500, 3, 25, 360, 10, 40, 20000),
7-
CAT(10_000, 2, 17, 180, 15, 10, 17500);
7+
CAT(10_000, 2, 17, 180, 15, 20, 17500);
88

99
// amount of health robot initially starts with
1010
public final int health;

0 commit comments

Comments
 (0)