summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n2w4.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-28 21:31:57 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-29 03:21:18 +0300
commit4958709926e2eaf37b8311a86d42b32821703354 (patch)
tree51926baef8551f5d2116411f187df3ed5e0946ca /weatbag/tiles/n2w4.py
parentb47436bbeb671c409bbe7d795fcf7294b8779581 (diff)
changed indentation on strings for visibility
Diffstat (limited to 'weatbag/tiles/n2w4.py')
-rw-r--r--weatbag/tiles/n2w4.py5
1 files changed, 3 insertions, 2 deletions
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")