File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
engine/src/main/battlecode/world Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ public void addActionCooldownTurns(int numActionCooldownToAdd) {
296
296
public void addMovementCooldownTurns () {
297
297
if (hasFlag () && this .gameWorld .getTeamInfo ().getGlobalUpgrades (team )[1 ]) {
298
298
setMovementCooldownTurns (this .movementCooldownTurns + GameConstants .FLAG_MOVEMENT_COOLDOWN
299
- - GlobalUpgrade .CAPTURING .movementDelayChange );
299
+ + GlobalUpgrade .CAPTURING .movementDelayChange );
300
300
} else {
301
301
setMovementCooldownTurns (this .movementCooldownTurns
302
302
+ (hasFlag () ? GameConstants .FLAG_MOVEMENT_COOLDOWN : GameConstants .MOVEMENT_COOLDOWN ));
Original file line number Diff line number Diff line change 286
286
287
287
# ** Appendix: Changelog**
288
288
289
+ - Version 3.0.1 (January 26, 2024)
290
+ - Bug fixes
291
+ - Fix issue with capturing upgrade movement cooldown
292
+
289
293
- Version 3.0.0 (January 24, 2024)
290
294
- Balance changes
291
295
- Explosive trap cost 250 -> 200
You can’t perform that action at this time.
0 commit comments