summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n2w4.py
diff options
context:
space:
mode:
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")