From 1b0c626c3659573edab6a5f97d9fc251332b7bd5 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 28 Apr 2013 20:28:43 +0300 Subject: rephrased various output strings --- weatbag/tiles/n2w4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'weatbag/tiles/n2w4.py') diff --git a/weatbag/tiles/n2w4.py b/weatbag/tiles/n2w4.py index f4309b5..12b0d93 100644 --- a/weatbag/tiles/n2w4.py +++ b/weatbag/tiles/n2w4.py @@ -11,7 +11,7 @@ class Tile: "their momcat!\n") else: print("You are standing in front of the hut's door. The hut " - "looks very small and you wonder who could live there...\n" + "looks very small and you wonder who could live here...\n" "It has a door but you can't open it because the doorknob " "is missing.\n") @@ -21,7 +21,7 @@ class Tile: 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 at west.\n") + " resting on a couch.\nThere 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