summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n2w3.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/n2w3.py
parentdda68706253ebfeb6113ab764670309e2b347411 (diff)
added some /n for teh l00ks!!1!
Diffstat (limited to 'weatbag/tiles/n2w3.py')
-rw-r--r--weatbag/tiles/n2w3.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/n2w3.py b/weatbag/tiles/n2w3.py
index dadbbf9..3d1d1ad 100644
--- a/weatbag/tiles/n2w3.py
+++ b/weatbag/tiles/n2w3.py
@@ -1,6 +1,6 @@
class Tile:
def describe(self):
- print("You are walking through the trees. It looks like the path you "
+ print("\nYou are walking through the trees. It looks like the path you "
"took leads to a small wooden hut.\nYou saw a tree fall and it didn't "
"make any sound and WOW... that was weired because you were there and "
"observed it!")
@@ -9,5 +9,5 @@ class Tile:
# raises questions regarding observation and knowledge of reality.
def action(self, player, do):
- print("Sorry, I don't understand")
+ print("\nSorry, I don't understand")