@ -450,9 +450,10 @@ public enum LootManager {
@@ -450,9 +450,10 @@ public enum LootManager {
if(!Mob.disciplineDroppers.contains(mob))
Mob.disciplineDroppers.add(mob);
mob.level=60;
mob.level=65;
mob.healthMax=7500;
mob.setHealth(7500);
mob.setResists(newResists("Dropper"));
ChatSystemMsgchatMsg=newChatSystemMsg(null,mob.getName()+" in "+mob.getParentZone().getName()+" has found the "+ItemBase.getItemBase(bse.itemBase).getName()+". Are you tough enough to take it?");