From 8e7a553724195d5fe5d57f36ecbd3f5b96bfdd4a Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 20:36:01 +0300 Subject: added a description for leave w (n1w2) --- weatbag/tiles/n1w2.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'weatbag') diff --git a/weatbag/tiles/n1w2.py b/weatbag/tiles/n1w2.py index 0961545..4dfa3cb 100644 --- a/weatbag/tiles/n1w2.py +++ b/weatbag/tiles/n1w2.py @@ -15,5 +15,10 @@ class Tile: elif direction == "s": print("I'm afraid I can't let you go there Dave.\n") return False + elif direction == "w": + print("The sandy beach is transforming into big rocks but it looks " + "like you are able to climb them.\n" + "Just be carefull because they are a bit slipery.") + return True else: return True -- cgit v1.3