From 8133da54eea1dc82e2b9421b2b06bb6cdbcae3ae Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 14 May 2013 00:50:06 +0300 Subject: indented else and print on lines 37, 38 --- weatbag/tiles/n4w7.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/weatbag/tiles/n4w7.py b/weatbag/tiles/n4w7.py index 770f40e..cd9b405 100644 --- a/weatbag/tiles/n4w7.py +++ b/weatbag/tiles/n4w7.py @@ -30,12 +30,12 @@ class Tile: player.take("mice") print("Balls of tasty omnom mice cream fall from your " "hands!\nThe kittens look very pleased!\n" - "Because they are happy they give you an advice: " + "Because they are happy they give you an advice:\n" "'U SHUD AVOID BY ANY MEANZ TEH LIGHTHAUS! " "BAD KAT LIVEZ THAR!'\n") self.challenge_completed = True - else: - print("You'll need some mice and cream.") + else: + print("You'll need some mice and cream.") def leave(self, player, direction): if direction == "s": -- cgit v1.3