vorg stats

This commit is contained in:
2024-02-28 19:35:39 -06:00
parent ce542ce319
commit f777f480ad
3 changed files with 37 additions and 10 deletions
+5
View File
@@ -101,6 +101,11 @@ public enum LootManager {
chatMsg.setChannel(Enum.ChatChannelType.SYSTEM.getChannelID());
DispatchMessage.dispatchMsgToAll(chatMsg);
}
if (ib.isDiscRune()){
mob.level = 60;
mob.healthMax = 7500;
mob.setHealth(7500);
}
}
}