summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n2w1.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-28 19:58:46 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-29 03:21:18 +0300
commit508ec254dd08cdf3e428df408c9d6f0fe756166f (patch)
tree51a543aaf85c66ef08ce645a63ae1ea5a708fc26 /weatbag/tiles/n2w1.py
parent82a1e2ca40b1b3bba15e5e526bae66aeb7fcfe82 (diff)
added leave for e
Diffstat (limited to 'weatbag/tiles/n2w1.py')
-rw-r--r--weatbag/tiles/n2w1.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/weatbag/tiles/n2w1.py b/weatbag/tiles/n2w1.py
index 6ce8301..ecc4eb7 100644
--- a/weatbag/tiles/n2w1.py
+++ b/weatbag/tiles/n2w1.py
@@ -64,5 +64,8 @@ class Tile:
print ("You can't go there by swimming, that part is full of "
"electric eels.\n")
return False
+ elif direction == 'e'
+ print("There is a cave this way. You can't go from here though.")
+ return False
else:
return True