From b64c888f6e7874ecf22023474bb0bf987ca39b4c Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Mon, 20 May 2013 14:52:00 +0300 Subject: leave description for E (n1w4) --- weatbag/tiles/n1w4.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'weatbag/tiles') diff --git a/weatbag/tiles/n1w4.py b/weatbag/tiles/n1w4.py index dde04fc..22e2fb0 100644 --- a/weatbag/tiles/n1w4.py +++ b/weatbag/tiles/n1w4.py @@ -64,5 +64,8 @@ class Tile: "Since you don't walk though walls (yet) " "you can't go there.\n") return False + elif direction == "e": + print("You follow the path downhill.") + return True else: return True -- cgit v1.3