summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n2w4.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-04-28 20:28:43 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-04-29 03:21:18 +0300
commit1b0c626c3659573edab6a5f97d9fc251332b7bd5 (patch)
tree11d33f4a9739d4aafb63879b4aadcb1ec8f04cb4 /weatbag/tiles/n2w4.py
parent6fa5120b4046a73867d793b9b8ba2fc0dba2adc2 (diff)
rephrased various output strings
Diffstat (limited to 'weatbag/tiles/n2w4.py')
-rw-r--r--weatbag/tiles/n2w4.py4
1 files changed, 2 insertions, 2 deletions
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")