summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-14 04:20:11 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-14 04:20:11 +0300
commita258846e826ddd029b440f56b0d690bdf4188d08 (patch)
treef9684ad4dcb95c6f1d819a40ccf04a76ceb91a50
parent0044da648e39c5bdd1e2df872d8b96681c8dd135 (diff)
changed a little bit the description (n3w4)
-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):