diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-20 14:49:26 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-20 14:49:26 +0300 |
| commit | 19b020356a50126cc15f998fda90c6993c30b8bf (patch) | |
| tree | 3f813d89964409a6f09a13b6bb7bdac92db3d5ed /weatbag | |
| parent | 0245ad8d8937bf17d22db6197a8fa904a52fd831 (diff) | |
leave description for W (n1w3)
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 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 |
