From 19b020356a50126cc15f998fda90c6993c30b8bf Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Mon, 20 May 2013 14:49:26 +0300 Subject: leave description for W (n1w3) --- weatbag/tiles/n1w3.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/weatbag/tiles/n1w3.py b/weatbag/tiles/n1w3.py index c086d9b..3c8905c 100644 --- a/weatbag/tiles/n1w3.py +++ b/weatbag/tiles/n1w3.py @@ -15,5 +15,8 @@ class Tile: print("The rocks are way to high for you. " "Unfortunately you cannot climb them.") return False + elif direction == "w": + print("The rocks led you to a path uphill.") + return True else: return True -- cgit v1.3