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.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")