Skip to content

Commit

Permalink
Merge pull request #13 from neph1/combat_hot_fix
Browse files Browse the repository at this point in the history
reverting driver change
  • Loading branch information
neph1 authored Aug 27, 2023
2 parents 1e01788 + 1e187ad commit 42329ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tale/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 42329ab

Please sign in to comment.