summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-14 00:50:06 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-14 00:50:06 +0300
commit8133da54eea1dc82e2b9421b2b06bb6cdbcae3ae (patch)
tree8976fc321409ac1ce3d4d7103be8784f6e34274e /weatbag
parent25e1d254dd680fe611a9260343730decafdf1f36 (diff)
indented else and print on lines 37, 38
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n4w7.py6
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":