zone override

This commit is contained in:
2024-02-24 22:06:33 -06:00
parent c99b1ab491
commit 288ad02952
3 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ public class Blueprint {
maintCost = (9730 * rank) + 1890;
return maintCost;
return maintCost * 2;
}
public int getMaxRank() {
+1 -1
View File
@@ -784,7 +784,7 @@ public class Building extends AbstractWorldObject {
// Add cost for building structure
maintCost += this.getBlueprint().getMaintCost(rank);
maintCost += this.getBlueprint().getMaintCost(rank) * 2;
// Add costs associated with hirelings