diff --git a/js/game.js b/js/game.js index 466b6dc..0595818 100644 --- a/js/game.js +++ b/js/game.js @@ -1453,7 +1453,7 @@ export class Level extends LevelInterface { } } - if (actor.decision === null) { + if (actor.decision === null && ! forced_only) { actor.last_blocked_direction = null; }