From 1c7f0b4ac925b3bab80819bfac0bfd8c934450a7 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 22:35:47 +0300 Subject: added leave W description (n1w5) --- weatbag/tiles/n1w5.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/weatbag/tiles/n1w5.py b/weatbag/tiles/n1w5.py index 558c0dc..3b84a22 100644 --- a/weatbag/tiles/n1w5.py +++ b/weatbag/tiles/n1w5.py @@ -40,5 +40,8 @@ class Tile: "Since you don't walk though walls (yet) " "you can't go there.\n") return False + elif direction == "w": + print("You follow the path uphill.") + return True else: return True -- cgit v1.3