final guard stat revisions

This commit is contained in:
2023-09-09 20:37:47 -05:00
parent 669ee7215b
commit 7e20db33f2
3 changed files with 36 additions and 19 deletions
+2 -1
View File
@@ -1745,7 +1745,8 @@ public class Mob extends AbstractIntelligenceAgent {
DbManager.MobQueries.SET_PROPERTY(this, "mob_level", newRank);
this.level = (short) newRank;
this.recalculateStats();
this.setHealth(this.healthMax);
}
public boolean isRanking() {