summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-21 20:40:57 +0300
committerGeorge Angelopoulos <l4than.d3vers@gmail.com>2013-04-21 20:40:57 +0300
commit2e8956d6401daef2793724dfb981e6b41d685457 (patch)
tree2a2006a8f13c744d7e98b805fcdf0f0ea13e82d6
parentc569846c6c5253911618924afefb7ae549dd9ef6 (diff)
Revert "Made a sexist comment more PC."
This reverts commit 3632fc802ba9c537653e633b12d9430c7ed3f0b6.
-rw-r--r--weatbag/tiles/s1e1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/s1e1.py b/weatbag/tiles/s1e1.py
index 4bb551d..854bedd 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 their direction.
+ # exits this tile, depending on his direction.
def leave(self, player, direction):
restricted_directions = { 'w', 'e' }
if direction in restricted_directions: