From ccb1c2a46bd6ea9a6a4a37230884336eda5fe030 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Wed, 8 May 2013 20:35:07 +0300 Subject: added leave description for North (n3w6) --- weatbag/tiles/n3w6.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'weatbag') 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 -- cgit v1.3