forked from MagicBane/Server
test
This commit is contained in:
@@ -110,6 +110,7 @@ public class Mine extends AbstractGameObject {
|
||||
Building mineTower = BuildingManager.getBuilding(this.buildingID);
|
||||
mineTower.setMaxHitPoints(5000 * this.capSize);
|
||||
mineTower.setCurrentHitPoints((float)5000 * this.capSize);
|
||||
//add a comment
|
||||
}
|
||||
|
||||
public static void releaseMineClaims(PlayerCharacter playerCharacter) {
|
||||
|
||||
Reference in New Issue
Block a user