diff --git a/src/monster.cpp b/src/monster.cpp index d648a01..001a1ff 100644 --- a/src/monster.cpp +++ b/src/monster.cpp @@ -759,6 +759,8 @@ void Monster::updateIdleStatus() } } } + } else { + idle = false; } setIdle(idle);