Extra ToL SLots

This commit is contained in:
2024-03-04 06:58:50 -06:00
parent 54e372b278
commit 9bf859b473
2 changed files with 35 additions and 1 deletions
+3
View File
@@ -181,6 +181,9 @@ public class Blueprint {
public int getMaxSlots() {
if (this.buildingGroup != null && this.buildingGroup.equals(BuildingGroup.BARRACK))
return 1;
if (this.buildingGroup != null && this.buildingGroup.equals(BuildingGroup.TOL)){
return 4;
}
return maxSlots;
}