diff options
| -rw-r--r-- | weatbag/tiles/s1e1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/s1e1.py b/weatbag/tiles/s1e1.py index 854bedd..1db29e3 100644 --- a/weatbag/tiles/s1e1.py +++ b/weatbag/tiles/s1e1.py @@ -25,8 +25,8 @@ class Tile: pass # Player can only exit the bug quest going back North. - # Player gets different messages the first time he - # exits this tile, depending on his direction. + # Player gets different messages the first time they + # exit this tile, depending on their direction. def leave(self, player, direction): restricted_directions = { 'w', 'e' } if direction in restricted_directions: |
