diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 22:20:31 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 22:20:31 +0300 |
| commit | ec9c3ac05aec0021f0dd5728e775c0e52f5d34db (patch) | |
| tree | b890f244a85438c2d93b936661ab691b4df18d17 /weatbag/tiles | |
| parent | 8c4f45399e399da31f7830a228c21cfcbea4d0fd (diff) | |
added leave description for E & N
Diffstat (limited to 'weatbag/tiles')
| -rw-r--r-- | weatbag/tiles/n1w6.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weatbag/tiles/n1w6.py b/weatbag/tiles/n1w6.py index 1435cd9..ab2da24 100644 --- a/weatbag/tiles/n1w6.py +++ b/weatbag/tiles/n1w6.py @@ -14,5 +14,6 @@ class Tile: print("My dear traveler, you can't go there, you will fall of the " "cliff!\n") return False - else: + elif direction in('e', 'n'): + print("You follow tha path downhill.") return True |
