From a5e3812174ab28ef6be83a17a11f1e1da4e6651a Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Wed, 24 Apr 2013 02:37:22 +0300 Subject: added some /n for teh l00ks!!1! --- weatbag/tiles/n2w3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weatbag/tiles/n2w3.py') 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") -- cgit v1.3