diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/SpectralNecromancer.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/SpectralNecromancer.java index 7cef26b9c..201c26268 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/SpectralNecromancer.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/SpectralNecromancer.java @@ -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();