summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-21 20:42:16 +0300
committerGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-21 20:42:16 +0300
commit2d11dd35211650214ac13a2635d54ac9b615f577 (patch)
tree3f7d5fe081be7436de312e66d0e7cb3f289942db
parent2e8956d6401daef2793724dfb981e6b41d685457 (diff)
Made a sexist comment more PC.
-rw-r--r--weatbag/tiles/s1e1.py4
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: