diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java index 3f9fd4f7a..17247fe6a 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java @@ -57,6 +57,7 @@ public class Piranha extends Mob { protected boolean act() { if (!Level.water[pos]) { die( null ); + sprite.killAndErase(); return true; } else { //this causes pirahna to move away when a door is closed on them.