diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-08 20:35:07 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-08 20:35:07 +0300 |
| commit | ccb1c2a46bd6ea9a6a4a37230884336eda5fe030 (patch) | |
| tree | 11f0189f8bed079ba37af3118e463b01250b8f57 /weatbag | |
| parent | 0ed2068dab2338167781ab0574b2e0b6d3be5220 (diff) | |
added leave description for North (n3w6)
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n3w6.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/weatbag/tiles/n3w6.py b/weatbag/tiles/n3w6.py index a40e490..b50be06 100644 --- a/weatbag/tiles/n3w6.py +++ b/weatbag/tiles/n3w6.py @@ -14,5 +14,8 @@ class Tile: print("You follow the path uphill. Just be careful of the slipery " "rocks.") return True + elif direction == "n": + print("You are almost down at the beach.") + return True else: return True |
