//check if a valid claimer exists to close the window and claim the mine since the tower was destroyed
if(mine.lastClaimer!=null){
mineWindowClose(mine);
ChatManager.chatSystemChannel("The fight for "+mine.getParentZone().getName()+" "+mine.getMineType()+" MINE has concluded. "+mine.lastClaimer.getName()+" has seized it in the name of "+mine.lastClaimer.getGuild().getNation());
}else{
ChatManager.chatSystemChannel("The "+mine.getParentZone().getName()+" "+mine.getMineType()+" MINE is still unclaimed. The battle continues.");
}
}else{
//tower was not destroyed, mine window closes
mineWindowClose(mine);
ChatManager.chatSystemChannel("The fight for "+mine.getParentZone().getName()+" "+mine.getMineType()+" MINE has concluded. "+mine.lastClaimer.getName()+" has seized it in the name of "+mine.lastClaimer.getGuild().getNation());
}else{
ChatManager.chatSystemChannel("The "+mine.getParentZone().getName()+" "+mine.getMineType()+" MINE is still unclaimed. The battle continues.");
ChatManager.chatSystemChannel(tower.getGuild().getNation().getName()+" has successfully defended the "+mine.getParentZone().getName()+" "+mine.getMineType()+" MINE, and retains their claim.");
}
}else{
//tower was not destroyed, mine window closes
mineWindowClose(mine);
ChatManager.chatSystemChannel(tower.getGuild().getNation().getName()+" has successfully defended the "+mine.getParentZone().getName()+" "+mine.getMineType()+" MINE, and retains their claim.");