diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-14 00:50:06 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-14 00:50:06 +0300 |
| commit | 8133da54eea1dc82e2b9421b2b06bb6cdbcae3ae (patch) | |
| tree | 8976fc321409ac1ce3d4d7103be8784f6e34274e | |
| parent | 25e1d254dd680fe611a9260343730decafdf1f36 (diff) | |
indented else and print on lines 37, 38
| -rw-r--r-- | weatbag/tiles/n4w7.py | 6 |
1 files 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": |
