diff options
| author | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-21 20:30:54 +0300 |
|---|---|---|
| committer | George Angelopoulos <l4than.d3vers@gmail.com> | 2013-04-21 20:30:54 +0300 |
| commit | 3632fc802ba9c537653e633b12d9430c7ed3f0b6 (patch) | |
| tree | cbeedd1ffe0e8d1a71e278809daf7d609c7dcf8e /weatbag | |
| parent | 5774fb83d9139831a5cf1fb0cc6ff3f475d3d9ff (diff) | |
Made a sexist comment more PC.
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/s1e1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/s1e1.py b/weatbag/tiles/s1e1.py index 854bedd..4bb551d 100644 --- a/weatbag/tiles/s1e1.py +++ b/weatbag/tiles/s1e1.py @@ -26,7 +26,7 @@ class Tile: # 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. + # exits this tile, depending on their direction. def leave(self, player, direction): restricted_directions = { 'w', 'e' } if direction in restricted_directions: |
