Skip to content

Commit 42329ab

Browse files
authored
Merge pull request #13 from neph1/combat_hot_fix
reverting driver change
2 parents 1e01788 + 1e187ad commit 42329ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tale/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def _process_player_command(self, cmd: str, conn: player.PlayerConnection) -> No
603603
# the player command ended but signaled that an async dialog should be initiated
604604
topic_async_dialogs.send((conn, x.dialog))
605605

606-
def go_through_exit(self, player: player.Player, direction: str, evoke: bool=False) -> None:
606+
def go_through_exit(self, player: player.Player, direction: str, evoke: bool=True) -> None:
607607
xt = player.location.exits[direction]
608608
xt.allow_passage(player)
609609
if not xt.target.built:

0 commit comments

Comments
 (0)