v2.5.3: increased the power of wraiths spawned by spectral necros

This commit is contained in:
Evan Debenham
2024-09-27 12:13:04 -04:00
parent c00d7e5ce3
commit ca88370e48

View File

@@ -156,7 +156,7 @@ public class SpectralNecromancer extends Necromancer {
spend(TICK);
return;
}
wraith.adjustStats(0);
wraith.adjustStats(4);
Dungeon.level.occupyCell( wraith );
((SpectralNecromancerSprite)sprite).finishSummoning();