File tree Expand file tree Collapse file tree
engine/src/main/battlecode/world Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -509,14 +509,15 @@ public void spawnCheese(CheeseMine mine) {
509509 // corresponding one
510510
511511 if (spawn ) {
512- addCheese (ogSpawnLoc , GameConstants .CHEESE_SPAWN_AMOUNT );
513- addCheese (pairedSpawnLoc , GameConstants .CHEESE_SPAWN_AMOUNT );
514512
515513 mine .setLastRound (this .currentRound );
516514 pairedMine .setLastRound (this .currentRound );
517515
518516 matchMaker .addCheeseSpawnAction (ogSpawnLoc , GameConstants .CHEESE_SPAWN_AMOUNT + this .getCheeseAmount (ogSpawnLoc ));
519517 matchMaker .addCheeseSpawnAction (pairedSpawnLoc , GameConstants .CHEESE_SPAWN_AMOUNT + this .getCheeseAmount (pairedSpawnLoc ));
518+
519+ addCheese (ogSpawnLoc , GameConstants .CHEESE_SPAWN_AMOUNT );
520+ addCheese (pairedSpawnLoc , GameConstants .CHEESE_SPAWN_AMOUNT );
520521 }
521522
522523 }
You can’t perform that action at this time.
0 commit comments