diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java index 887c4bc76..7e5af25a8 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Piranha.java @@ -97,7 +97,7 @@ public class Piranha extends Mob { } return state == SLEEPING || !fieldOfView[enemy.pos] || enemy.invisible > 0; } - return super.surprisedBy(enemy); + return super.surprisedBy(enemy, attacking); } @Override