forked from MagicBane/Server
resistance modifiers for mobs
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user