extra ToL slots
This commit is contained in:
@@ -181,6 +181,8 @@ public class Blueprint {
|
|||||||
public int getMaxSlots() {
|
public int getMaxSlots() {
|
||||||
if (this.buildingGroup != null && this.buildingGroup.equals(BuildingGroup.BARRACK))
|
if (this.buildingGroup != null && this.buildingGroup.equals(BuildingGroup.BARRACK))
|
||||||
return 1;
|
return 1;
|
||||||
|
if (this.buildingGroup != null && this.buildingGroup.equals(BuildingGroup.TOL))
|
||||||
|
return 4;
|
||||||
return maxSlots;
|
return maxSlots;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user