summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weatbag/tiles/n1w3.py3
1 files changed, 3 insertions, 0 deletions
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