negate stronghold mobs from dropping equipment
This commit is contained in:
@@ -410,6 +410,9 @@ public enum LootManager {
|
|||||||
if (mob == null || mob.getSafeZone())
|
if (mob == null || mob.getSafeZone())
|
||||||
return; // no equipment to drop in safezones
|
return; // no equipment to drop in safezones
|
||||||
|
|
||||||
|
if(mob.StrongholdGuardian || mob.StrongholdCommander || mob.StrongholdEpic)
|
||||||
|
return; // stronghold mobs don't drop equipment
|
||||||
|
|
||||||
//do equipment here
|
//do equipment here
|
||||||
if (mob.getEquip() != null) {
|
if (mob.getEquip() != null) {
|
||||||
boolean isVorg = false;
|
boolean isVorg = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user