diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java index 8e4eb789a..59162d0cf 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/items/wands/CursedWand.java @@ -289,8 +289,8 @@ public class CursedWand { Sheep sheep = new Sheep(); sheep.lifespan = 10; sheep.pos = ch.pos; + ch.destroy(); ch.sprite.killAndErase(); - Actor.remove(ch); Dungeon.level.mobs.remove(ch); HealthIndicator.instance.target(null); GameScene.add(sheep);