From 59e085f5398d0c07cfbe2820ff0ce373287cc477 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Wed, 15 May 2013 01:05:34 +0300 Subject: added leave direction N (n4w5) --- weatbag/tiles/n4w5.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/weatbag/tiles/n4w5.py b/weatbag/tiles/n4w5.py index 59208f3..0344000 100644 --- a/weatbag/tiles/n4w5.py +++ b/weatbag/tiles/n4w5.py @@ -10,5 +10,9 @@ class Tile: if direction == "e": print("Area 51. No trespassing beyond this point.") return False + elif direction == "n": + print("There is an opening that leads you to the beach on the " + "northen side of the island.\n") + return True else: return True -- cgit v1.3