summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n5w5.py
diff options
context:
space:
mode:
Diffstat (limited to 'weatbag/tiles/n5w5.py')
-rw-r--r--weatbag/tiles/n5w5.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/n5w5.py b/weatbag/tiles/n5w5.py
index c5e214b..75aff81 100644
--- a/weatbag/tiles/n5w5.py
+++ b/weatbag/tiles/n5w5.py
@@ -38,12 +38,12 @@ class Tile:
print("Don't be greedy, you have all the cream you're gonna "
"need.\n")
else:
- print("I don't understand.\n")
+ print("I don't understand.")
def leave(self, player, direction):
if direction in ("n", "e"):
print("It's the open sea. You can't go anywhere near by "
- "swimming.\n")
+ "swimming.")
return False
elif direction == "s":
print("A bunch of pine trees...")