From ec9c3ac05aec0021f0dd5728e775c0e52f5d34db Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 22:20:31 +0300 Subject: added leave description for E & N --- weatbag/tiles/n1w6.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'weatbag/tiles/n1w6.py') diff --git a/weatbag/tiles/n1w6.py b/weatbag/tiles/n1w6.py index 1435cd9..ab2da24 100644 --- a/weatbag/tiles/n1w6.py +++ b/weatbag/tiles/n1w6.py @@ -14,5 +14,6 @@ class Tile: print("My dear traveler, you can't go there, you will fall of the " "cliff!\n") return False - else: + elif direction in('e', 'n'): + print("You follow tha path downhill.") return True -- cgit v1.3