diff options
Diffstat (limited to 'weatbag/tiles/n4w7.py')
| -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": |
