|
|
|
@ -105,6 +105,9 @@ public class Mine extends AbstractGameObject {
@@ -105,6 +105,9 @@ public class Mine extends AbstractGameObject {
|
|
|
|
|
//if(capRoll >= 67 && capRoll <= 100){
|
|
|
|
|
// this.capSize = 20;
|
|
|
|
|
//}
|
|
|
|
|
Building mineTower = BuildingManager.getBuilding(this.buildingID); |
|
|
|
|
mineTower.setMaxHitPoints(5000 * this.capSize); |
|
|
|
|
mineTower.setCurrentHitPoints((float)5000 * this.capSize); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static void releaseMineClaims(PlayerCharacter playerCharacter) { |
|
|
|
|