summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weatbag/tiles/n3w4.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/weatbag/tiles/n3w4.py b/weatbag/tiles/n3w4.py
index ba38ce6..e49b496 100644
--- a/weatbag/tiles/n3w4.py
+++ b/weatbag/tiles/n3w4.py
@@ -1,9 +1,9 @@
class Tile:
def describe(self):
- print("Looks like you are in a walking mood because you still follow "
- "the path.\nYou hear birds singing, some small waves on the "
- "background, there is a nice flowery smell, rays of sun make the "
- "tree sceenery heavenly...\n"
+ print("Looks like you are in a walking mood!\n"
+ "You hear birds singing, some small waves on the background, "
+ "there is a nice flowery smell, rays of sun make the tree "
+ "sceenery heavenly...\n"
"I totaly get you, it's a nice path to have a walk!\n")
def action(self, player, do):