summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n1w5.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-19 15:14:18 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-19 15:14:18 +0300
commitaa84e7b52b4fc32c58f622f687f9d1c71bc855ee (patch)
treef37ccc7a079066df0ad97155e2aac37c9bf84632 /weatbag/tiles/n1w5.py
parentb66b944ddec676081721a4903db2cbb646b8d27d (diff)
grammar fixed
Diffstat (limited to 'weatbag/tiles/n1w5.py')
-rw-r--r--weatbag/tiles/n1w5.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/weatbag/tiles/n1w5.py b/weatbag/tiles/n1w5.py
index 3ae5b43..7767bf9 100644
--- a/weatbag/tiles/n1w5.py
+++ b/weatbag/tiles/n1w5.py
@@ -8,8 +8,8 @@ class Tile:
def describe(self):
if self.contents['mice']:
print("As you walk the rocky path at the edge of the cliff you "
- "hear a squeaking sound and you notice two mice traps on the "
- "ground. Each are having one mouse inside them trapped.\n"
+ "hear a squeaking sound and you notice two mouse traps on the "
+ "ground. Each has one mouse trapped inside.\n"
"You could take the silly rodents but really... what the "
"hell are you gonna do with them?\n")
else:
@@ -31,7 +31,7 @@ class Tile:
def leave(self, player, direction):
if direction == "s":
- print("My dear traveler, you can't go south, you will fall of the "
+ print("My dear traveler, you can't go south, you will fall off the "
"cliff!\n")
return False
elif direction == "n":