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/n3w6.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles/n3w6.py') diff --git a/weatbag/tiles/n3w6.py b/weatbag/tiles/n3w6.py index b50be06..c4c5b6c 100644 --- a/weatbag/tiles/n3w6.py +++ b/weatbag/tiles/n3w6.py @@ -1,17 +1,17 @@ class Tile: def describe(self): - print("Rocks. Big rocks. Slipery rocks all over!\n") + print("Rocks. Big rocks. Slippery rocks all over!\n") def action(self, player, do): print("Sorry, I don't understand.\n") def leave(self, player, direction): if direction == "w": - print("No-no! You'll break your head to the rocks down there!\n") + print("No-no! You'll break your head on the rocks down there!\n") return False elif direction == "s": - print("You follow the path uphill. Just be careful of the slipery " + print("You follow the path uphill. Just be careful of the slippery " "rocks.") return True elif direction == "n": -- cgit v1.3