//lastly, check mobs inventory for godly or disc runes to send a server announcement
if(!fromDeath)
for(Itemit:mob.getInventory()){
ItemBaseib=it.getItemBase();
if(ib==null)
break;
if(ib.isDiscRune()||ib.getName().toLowerCase().contains("of the gods")){
ChatSystemMsgchatMsg=newChatSystemMsg(null,mob.getName()+" in "+mob.getParentZone().getName()+" has found the "+ib.getName()+". Are you tough enough to take it?");
chatMsg.setMessageType(10);
@ -97,16 +95,11 @@ public enum LootManager {
@@ -97,16 +95,11 @@ public enum LootManager {