From f4d2fcfc98e6e0a1591a2b70947a84a9d966e956 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 18:54:15 +0300 Subject: added leave restriction for north --- weatbag/tiles/n1w3.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'weatbag') diff --git a/weatbag/tiles/n1w3.py b/weatbag/tiles/n1w3.py index e94e24c..7aee7b4 100644 --- a/weatbag/tiles/n1w3.py +++ b/weatbag/tiles/n1w3.py @@ -13,5 +13,8 @@ class Tile: print("Are you planing to throw your self to the rocks? You can't " "go there!\n") return False + elif direction == "n": + print("The rocks are way to high for you. " + "Unfortunatelly you cannot climb them.") else: return True -- cgit v1.3