summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-20 14:58:40 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-20 14:58:40 +0300
commit673f378ebbb47734add83e061c0ebf46f117c9bd (patch)
treeb3d7de38d07cb5e3d448085a97facf51f8cec1e0
parentb64c888f6e7874ecf22023474bb0bf987ca39b4c (diff)
leave description for E (not sure really and I don't know how to use diff yet >.>)
-rw-r--r--weatbag/tiles/n1w5.py4
1 files changed, 2 insertions, 2 deletions
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