From 508ec254dd08cdf3e428df408c9d6f0fe756166f Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 28 Apr 2013 19:58:46 +0300 Subject: added leave for e --- weatbag/tiles/n2w1.py | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.3