From 1e187ad88be393e9e92591c31687df6bc1847795 Mon Sep 17 00:00:00 2001 From: rickard Date: Sun, 27 Aug 2023 13:33:36 +0200 Subject: [PATCH] reverting driver change --- tale/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tale/driver.py b/tale/driver.py index 3cbbfdd6..8164bd40 100644 --- a/tale/driver.py +++ b/tale/driver.py @@ -603,7 +603,7 @@ def _process_player_command(self, cmd: str, conn: player.PlayerConnection) -> No # the player command ended but signaled that an async dialog should be initiated topic_async_dialogs.send((conn, x.dialog)) - def go_through_exit(self, player: player.Player, direction: str, evoke: bool=False) -> None: + def go_through_exit(self, player: player.Player, direction: str, evoke: bool=True) -> None: xt = player.location.exits[direction] xt.allow_passage(player) if not xt.target.built: