summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n3w4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n3w4.py b/weatbag/tiles/n3w4.py
index aeb58f9..ba38ce6 100644
--- a/weatbag/tiles/n3w4.py
+++ b/weatbag/tiles/n3w4.py
@@ -10,7 +10,7 @@ class Tile:
print("Sorry, I don't understand.\n")
def leave(self, player, direction):
- if direction in ('n', 'w'):
+ if direction == "n":
print("No trespasing. Violators will vanish without a trace.\n")
return False
else: