summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weatbag/tiles/n2w1.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/n2w1.py b/weatbag/tiles/n2w1.py
index 8d78eb4..d7b6c27 100644
--- a/weatbag/tiles/n2w1.py
+++ b/weatbag/tiles/n2w1.py
@@ -6,8 +6,8 @@ class Tile:
self.minutes = "40"
def describe(self):
- print("\nYou see two children who you notice now are a boy and a girl. "
- "\nThey are playing and running around a raft.")
+ print("You see two children who you notice now are a boy and a girl.\n"
+ "They are playing and running around a raft.\n")
if self.challenge_not_completed:
self.challenge()
else: