diff --git a/src/monster.cpp b/src/monster.cpp index 7ebaa59f80..f50bec1e5a 100644 --- a/src/monster.cpp +++ b/src/monster.cpp @@ -589,7 +589,7 @@ void Monster::goToFollowCreature() if (isFleeing()) { getDistanceStep(followCreature->getPosition(), dir, true); - } else if (fpp.maxTargetDist > 1) { + } else { // maxTargetDist > 1 if (!getDistanceStep(followCreature->getPosition(), dir)) { // if we can't get anything then let the A* calculate updateFollowCreaturePath(fpp);