From 7b0f5213239618f341c5700fec7b7aa4f13a690e Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 28 Apr 2013 20:04:24 +0300 Subject: corrected syntax --- weatbag/tiles/n2w1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weatbag') diff --git a/weatbag/tiles/n2w1.py b/weatbag/tiles/n2w1.py index ecc4eb7..aa54ca2 100644 --- a/weatbag/tiles/n2w1.py +++ b/weatbag/tiles/n2w1.py @@ -64,8 +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' + elif direction == 'e': print("There is a cave this way. You can't go from here though.") - return False + return False else: return True -- cgit v1.3