zone override

This commit is contained in:
2024-02-24 22:24:53 -06:00
parent 0ccf9f61cb
commit a1f1c5f4a4
+4
View File
@@ -2020,6 +2020,10 @@ public class Mob extends AbstractIntelligenceAgent {
}
this.deathTime = 0;
if(this.getName().equals("Chaos Chimera") || this.getName().equals("Taint Horror"))
this.level -= 10;
} catch (Exception e) {
Logger.error(e.getMessage());
}