Moved scaling to a new power

This commit is contained in:
2024-08-18 13:32:04 -04:00
parent 5c34853293
commit 0430fb3e42
+1
View File
@@ -1402,6 +1402,7 @@ public class Mob extends AbstractIntelligenceAgent {
// Set Name based on parent zone level
Zone camp = this.getParentZone();
this.lastName = this.originalLastName + ZoneLevel.getNameSuffix(camp);
PowersManager.applyPower(this, this, this.getLoc(), "CMP-001", camp.getCamplvl(), false);
this.recalculateStats();
this.setHealth(this.healthMax);