Contract moved to AbstractCharacter.

Arty tower restricted to a single tower captain.
This commit is contained in:
2023-05-02 15:09:09 -04:00
parent f526bda748
commit 7dcefdf5d7
6 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public enum BuildingManager {
for (int i = 1; i <= numOfSlots; i++) {
// Slot two is reserved on Arty towers for the trebuchet
// Slot one is reserved on Arty towers for the trebuchet
if (i == 1 &&
building.getBlueprint() != null &&