From 0044da648e39c5bdd1e2df872d8b96681c8dd135 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 14 May 2013 04:10:31 +0300 Subject: removed leave restriction for west (n3w4) --- weatbag/tiles/n3w4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.3