This commit is contained in:
2024-03-02 17:28:01 -06:00
parent c520263179
commit f52e67e80c
2 changed files with 19 additions and 10 deletions
-4
View File
@@ -156,12 +156,8 @@ public class Mob extends AbstractIntelligenceAgent {
this.currentID = this.dbID;
this.agentType = AIAgentType.MOBILE;
if(this.getMobBaseID() == 14104) {//guards
this.level = 75;
this.behaviourType = MobBehaviourType.Aggro;
this.healthMax = 15000;
this.setHealth(15000);
}
} catch (Exception e) {
Logger.error(e + " " + this.dbID);