diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 18:54:15 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 18:54:15 +0300 |
| commit | f4d2fcfc98e6e0a1591a2b70947a84a9d966e956 (patch) | |
| tree | 80cc0856e489d573319c0753b60dc5422e9fae16 /weatbag | |
| parent | 01b40d95d96cb708a14ced0aa472641ea5578750 (diff) | |
added leave restriction for north
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n1w3.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
