trainer buildings granted 3 slots at r1

This commit is contained in:
2024-05-12 20:46:49 -05:00
parent 3be694275d
commit bfb257c410
2 changed files with 22 additions and 0 deletions
+4
View File
@@ -310,6 +310,10 @@ public class Blueprint {
// Early exit for buildings with single or no slots
if(this.buildingGroup.isTrainerBuilding() && currentRank > 0){
return 3;
}
if (this.maxSlots <= 1 && this.buildingGroup.equals(BuildingGroup.TOL) == false)
return maxSlots;