dropper resists

This commit is contained in:
2024-05-01 21:00:26 -05:00
parent fbeda13a48
commit 3d683fc9a3
3 changed files with 14 additions and 10 deletions
+4 -4
View File
@@ -450,10 +450,10 @@ public enum LootManager {
if(!Mob.disciplineDroppers.contains(mob))
Mob.disciplineDroppers.add(mob);
mob.level = 65;
mob.healthMax = 7500;
mob.setHealth(7500);
mob.setResists(new Resists("Dropper"));
//mob.level = 65;
//mob.healthMax = 7500;
//mob.setHealth(7500);
//mob.setResists(new Resists("Dropper"));
ChatSystemMsg chatMsg = new ChatSystemMsg(null, mob.getName() + " in " + mob.getParentZone().getName() + " has found the " + ItemBase.getItemBase(bse.itemBase).getName() + ". Are you tough enough to take it?");
chatMsg.setMessageType(10);
chatMsg.setChannel(Enum.ChatChannelType.SYSTEM.getChannelID());