Browse Source

Slot one is reserved on arty towers.

master
MagicBot 2 years ago
parent
commit
f526bda748
  1. 2
      src/engine/gameManager/BuildingManager.java

2
src/engine/gameManager/BuildingManager.java

@ -53,7 +53,7 @@ public enum BuildingManager {
// Slot two is reserved on Arty towers for the trebuchet // Slot two is reserved on Arty towers for the trebuchet
if (i == 2 && if (i == 1 &&
building.getBlueprint() != null && building.getBlueprint() != null &&
building.getBlueprint().getBuildingGroup().equals(BuildingGroup.ARTYTOWER)) building.getBlueprint().getBuildingGroup().equals(BuildingGroup.ARTYTOWER))
continue; continue;

Loading…
Cancel
Save