allow 5th slot in r8 TOL + wall health upgrade

This commit is contained in:
2025-01-10 09:17:58 -06:00
parent f96d0caf3c
commit 5eab1ad1c0
2 changed files with 29 additions and 0 deletions
+4
View File
@@ -360,6 +360,10 @@ this.maxRank = rs.getInt("MaxRank");
return 3;
}
if(bg != null && bg.equals(BuildingGroup.TOL) && currentRank == 8){
return 5;
}
if (this.maxRank == 1 && currentRank == 1)
return getMaxSlots();