Browse Source

building gold cap increased to 100 million

lakebane
FatBoy-DOTC 2 weeks ago
parent
commit
97d5a19e91
  1. 2
      src/engine/objects/Building.java

2
src/engine/objects/Building.java

@ -221,7 +221,7 @@ public class Building extends AbstractWorldObject { @@ -221,7 +221,7 @@ public class Building extends AbstractWorldObject {
}
this._strongboxValue = rs.getInt("currentGold");
this.maxGold = 15000000; // *** Refactor to blueprint method
this.maxGold = 100000000; // *** Refactor to blueprint method
this.reserve = rs.getInt("reserve");
// Does building have a protection contract?

Loading…
Cancel
Save