guards hotfix

This commit is contained in:
2025-03-15 19:42:00 -05:00
parent 199215f2e6
commit d67bf0bc64
3 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1539,7 +1539,9 @@ public class Mob extends AbstractIntelligenceAgent {
this.setResists(new Resists("Dropper"));
} else if(this.isDropper){
this.setResists(new Resists("Dropper"));
} else{
} else if(this.getMobBaseID() == 14104){
this.setResists(new Resists("Elite"));
}else{
this.setResists(new Resists());
}
this.resists.calculateResists(this, false);