From 4958709926e2eaf37b8311a86d42b32821703354 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 28 Apr 2013 21:31:57 +0300 Subject: changed indentation on strings for visibility --- weatbag/tiles/n3w4.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles/n3w4.py') diff --git a/weatbag/tiles/n3w4.py b/weatbag/tiles/n3w4.py index 39b8b35..d4f238b 100644 --- a/weatbag/tiles/n3w4.py +++ b/weatbag/tiles/n3w4.py @@ -1,9 +1,10 @@ class Tile: def describe(self): 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!\n") + "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...\n" + "I totaly get you, it's a nice path to have a walk!\n") def action(self, player, do): print("Sorry, I don't understand.\n") -- cgit v1.3