diff options
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 |
