forked from MagicBane/Server
Extra ToL SLots
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user