From 2e8956d6401daef2793724dfb981e6b41d685457 Mon Sep 17 00:00:00 2001 From: George Angelopoulos Date: Sun, 21 Apr 2013 20:40:57 +0300 Subject: Revert "Made a sexist comment more PC." This reverts commit 3632fc802ba9c537653e633b12d9430c7ed3f0b6. --- weatbag/tiles/s1e1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weatbag') 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: -- cgit v1.3