From 761f3f701baee46120f68a285ea148b241170f1e Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 22:32:04 +0300 Subject: added leave description for South (n2w6) --- weatbag/tiles/n2w6.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/weatbag/tiles/n2w6.py b/weatbag/tiles/n2w6.py index 919f230..01ab28b 100644 --- a/weatbag/tiles/n2w6.py +++ b/weatbag/tiles/n2w6.py @@ -12,10 +12,13 @@ class Tile: print("My dear traveler, you can't fall of the cliff! " "I won't let you do it.\n") return False - elif direction == "n": + elif direction == "e": print("It looks like the back of a wooden hut.\n" "Since you don't walk though walls (yet) " "you can't go there.\n") return False + elif direction == "s": + print("You follow the path uphill.") + return True else: return True -- cgit v1.3