Cleanup rune effect application.

This commit is contained in:
2023-03-29 15:42:32 -04:00
parent 6b2790f9c1
commit 5f6883059f
2 changed files with 49 additions and 137 deletions
+2 -2
View File
@@ -1404,7 +1404,7 @@ public class Mob extends AbstractIntelligenceAgent {
this.bindLoc = this.lastBindLoc;
this.setLoc(this.lastBindLoc);
this.stopMovement(this.lastBindLoc);
NPCManager.initializeStaticEffects(this);
NPCManager.applyRuneSetEffects(this);
this.recalculateStats();
this.setHealth(this.healthMax);
@@ -2105,7 +2105,7 @@ public class Mob extends AbstractIntelligenceAgent {
}
try {
NPCManager.initializeStaticEffects(this);
NPCManager.applyRuneSetEffects(this);
try {
this.initializeSkills();