assorted fixes

This commit is contained in:
2024-05-02 19:27:07 -05:00
parent e8df9ef0ea
commit 679346383a
3 changed files with 15 additions and 3 deletions
-3
View File
@@ -443,9 +443,6 @@ public enum LootManager {
public static void GenerateInventoryDrop(Mob mob, BootySetEntry bse) {
if(bse.itemBase == 3049)//disable clanwarden
return;
if(ItemBase.getItemBase(bse.itemBase).isDiscRune()) {
if(!Mob.disciplineDroppers.contains(mob))
Mob.disciplineDroppers.add(mob);