From aa84e7b52b4fc32c58f622f687f9d1c71bc855ee Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Sun, 19 May 2013 15:14:18 +0300 Subject: grammar fixed --- weatbag/tiles/n1w5.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles/n1w5.py') 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": -- cgit v1.3