From 784352f722def37bde26dee40b501abf7a85ae2a Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 23 Apr 2013 22:06:05 +0300 Subject: removed a useless else --- weatbag/tiles/n3w2.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'weatbag') diff --git a/weatbag/tiles/n3w2.py b/weatbag/tiles/n3w2.py index 3ff014d..9b0ff9e 100644 --- a/weatbag/tiles/n3w2.py +++ b/weatbag/tiles/n3w2.py @@ -28,9 +28,6 @@ class Tile: player.take('catfood') print("Great! Now we can sail!") self.give_catfood = True - else: - print("No boat for you if you don't give me tha catfood!") - self.give_catfood = False else: print("Sorry, I don't understand.") -- cgit v1.3