summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n2w3.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-24 05:17:06 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-29 03:21:18 +0300
commite701a9388c8939c9ce91731bb32f8404340180ef (patch)
treeba0ed0c9292ba6162ab8775fc5df681779f466fd /weatbag/tiles/n2w3.py
parent7dca2041d3ee309dc86bd9b0d84d5e470d83eedb (diff)
improved new lines! Woah!
Diffstat (limited to 'weatbag/tiles/n2w3.py')
-rw-r--r--weatbag/tiles/n2w3.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/weatbag/tiles/n2w3.py b/weatbag/tiles/n2w3.py
index 6c82f13..e0ce3b3 100644
--- a/weatbag/tiles/n2w3.py
+++ b/weatbag/tiles/n2w3.py
@@ -1,15 +1,15 @@
class Tile:
def describe(self):
- print("\nYou are walking through the trees. It looks like the path you "
+ print("You 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!")
+ "observed it!\n")
# "If a tree falls in a forest and no one is around to hear it,
# does it make a sound?" is a philosophical thought experiment that
# raises questions regarding observation and knowledge of reality.
def action(self, player, do):
- print("\nSorry, I don't understand")
+ print("Wat?!")
def leave(self, player, direction):
if direction == "s":