We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d100b commit e2c53bdCopy full SHA for e2c53bd
1 file changed
engine/src/main/battlecode/world/InternalRobot.java
@@ -1253,7 +1253,7 @@ else if (this.type == UnitType.CAT) {
1253
1254
case ATTACK:
1255
this.catTurns += 1; // increment number of turns spent in attack mode
1256
- if (this.catTurns > 10){ // only allow attacking for 10 turns
+ if (this.catTurns > 8){ // only allow attacking for 8 turns
1257
//return to exploring
1258
this.catTurns = 0;
1259
this.catState = CatStateType.EXPLORE;
0 commit comments