diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Guard.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Guard.java index 95aa252d9..38f6bd06b 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Guard.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/Guard.java @@ -65,6 +65,7 @@ public class Guard extends Mob { Dungeon.level.updateFieldOfView( this ); if (state == HUNTING && + paralysed <= 0 && enemy != null && enemy.invisible == 0 && Level.fieldOfView[enemy.pos] &&