From e701a9388c8939c9ce91731bb32f8404340180ef Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Wed, 24 Apr 2013 05:17:06 +0300 Subject: improved new lines! Woah! --- weatbag/tiles/n3w4.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles/n3w4.py') diff --git a/weatbag/tiles/n3w4.py b/weatbag/tiles/n3w4.py index 2388ee3..39b8b35 100644 --- a/weatbag/tiles/n3w4.py +++ b/weatbag/tiles/n3w4.py @@ -1,12 +1,12 @@ class Tile: def describe(self): - print("\nLooks like you are in a walking mood because you still follow " + 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...\nI 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!\n") def action(self, player, do): - print("\nSorry, I don't understand") + print("Sorry, I don't understand.\n") def leave(self, player, direction): if direction == "n": -- cgit v1.3