Mine limits based upon nation tree rank.

This commit is contained in:
2023-01-20 10:17:34 -05:00
parent c82a414567
commit 20dba75602
2 changed files with 20 additions and 21 deletions
@@ -52,8 +52,6 @@ public class ClaimMinePowerAction extends AbstractPowerAction {
if (mine.claimMine(playerCharacter) == true)
ChatManager.sendSystemMessage( (PlayerCharacter) source, "You successfully claimed this mine..");
else
ChatManager.sendSystemMessage( (PlayerCharacter) source, "Your attempt for to claim this mine failed.");
}
@Override