From 673f378ebbb47734add83e061c0ebf46f117c9bd Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Mon, 20 May 2013 14:58:40 +0300 Subject: leave description for E (not sure really and I don't know how to use diff yet >.>) --- weatbag/tiles/n1w5.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weatbag') diff --git a/weatbag/tiles/n1w5.py b/weatbag/tiles/n1w5.py index 7767bf9..2f308cb 100644 --- a/weatbag/tiles/n1w5.py +++ b/weatbag/tiles/n1w5.py @@ -39,8 +39,8 @@ class Tile: "Since you don't walk though walls (yet) " "you can't go there.\n") return False - elif direction == "w": - print("You follow the path uphill.") + elif direction == "e": + print("You follow the path downhill.") return True else: return True -- cgit v1.3