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/n2w4.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'weatbag/tiles/n2w4.py') diff --git a/weatbag/tiles/n2w4.py b/weatbag/tiles/n2w4.py index 12b0d93..59904c2 100644 --- a/weatbag/tiles/n2w4.py +++ b/weatbag/tiles/n2w4.py @@ -20,8 +20,9 @@ class Tile: if player.has('doorknob'): player.take('doorknob') print("Doorknob fits fine, clicks and voila... Door is open!\n" - "\nYou are in a cozy living room with a cat and 5 kittens" - " resting on a couch.\nThere is another room to the west.\n") + "\nYou are in a cozy living room with a cat and five " + "kittens resting on a couch.\n" + "There is another room to the west.\n") self.opendoor = True else: print("You'll need a doorknob to open the door.\n") -- cgit v1.3