Slot one is reserved on arty towers.

This commit is contained in:
2023-05-02 14:51:02 -04:00
parent 7a3e3b394b
commit f526bda748
+1 -1
View File
@@ -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;