resistance modifiers for mobs

This commit is contained in:
2024-07-10 20:48:55 -05:00
parent 4c9b82b649
commit f6baf8fe83
2 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -1493,8 +1493,8 @@ public class Mob extends AbstractIntelligenceAgent {
}
if(this.StrongholdCommander || this.StrongholdGuardian || this.StrongholdEpic){
this.setResists(new Resists("Elite"));
return;
}
this.resists.calculateResists(this, false);
}
public void calculateMaxHealthManaStamina() {