summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n3w4.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-24 02:37:22 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-29 03:21:17 +0300
commita5e3812174ab28ef6be83a17a11f1e1da4e6651a (patch)
tree34d30b6ca39e78f79891afc50422cf720138d31f /weatbag/tiles/n3w4.py
parentdda68706253ebfeb6113ab764670309e2b347411 (diff)
added some /n for teh l00ks!!1!
Diffstat (limited to 'weatbag/tiles/n3w4.py')
-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 928f83b..fff19cf 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. You hear birds singing, some small waves on the background, "
+ print("\nLooks 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... I totaly get you, it's a nice path to have a walk!")
+ "heavenly...\nI totaly get you, it's a nice path to have a walk!")
def action(self, player, do):
- print("Sorry, I don't understand")
+ print("\nSorry, I don't understand")