mine HP set to custom value after rebuild

This commit is contained in:
2024-03-07 19:27:28 -06:00
parent 230a7460cd
commit 7175f79bfe
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ public class HourlyJobThread implements Runnable {
mine.nationName = nation.getName();
mine.nationTag = nation.getGuildTag();
mineBuilding.rebuildMine();
mineBuilding.rebuildMine(mine.capSize * 5000);
WorldGrid.updateObject(mineBuilding);
ChatSystemMsg chatMsg = new ChatSystemMsg(null, mine.lastClaimer.getName() + " has claimed the mine in " + mine.getParentZone().getParent().getName() + " for " + mine.getOwningGuild().getName() + ". The mine is no longer active.");