Skip to content

Commit cefe62e

Browse files
committed
trap cost and cooldown to 30 and 15
1 parent eec67bf commit cefe62e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public enum TrapType {
99
/**
1010
* Traps enemy rats
1111
*/
12-
RAT_TRAP(5, 50, 20, 25, 5, 0, 25, 2),
12+
RAT_TRAP(30, 50, 20, 25, 15, 0, 25, 2),
1313

1414
/**
1515
* Traps the cat

0 commit comments

Comments
 (0)