From b63dacba14d8a976e52771143d85f80c523ed416 Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Tue, 7 May 2013 20:44:38 +0300 Subject: grammar and orthography --- weatbag/tiles/n1w2.py | 2 +- weatbag/tiles/n1w3.py | 5 ++--- weatbag/tiles/n1w4.py | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'weatbag') diff --git a/weatbag/tiles/n1w2.py b/weatbag/tiles/n1w2.py index 4dfa3cb..4d18ff4 100644 --- a/weatbag/tiles/n1w2.py +++ b/weatbag/tiles/n1w2.py @@ -18,7 +18,7 @@ class Tile: elif direction == "w": print("The sandy beach is transforming into big rocks but it looks " "like you are able to climb them.\n" - "Just be carefull because they are a bit slipery.") + "Just be careful because they are a bit slipery.") return True else: return True diff --git a/weatbag/tiles/n1w3.py b/weatbag/tiles/n1w3.py index 7aee7b4..081d41e 100644 --- a/weatbag/tiles/n1w3.py +++ b/weatbag/tiles/n1w3.py @@ -1,9 +1,7 @@ class Tile: def describe(self): - print("The sandy beach is transforming into big rocks but it looks " - "like you are able to climb them.\n" - "Just be carefull because they are a bit slipery.") + print("Woooah! Those rocks are full of lichens!\n") def action(self, player, do): print("Sorry, I don't speak giberish.\n") @@ -16,5 +14,6 @@ class Tile: elif direction == "n": print("The rocks are way to high for you. " "Unfortunatelly you cannot climb them.") + return False else: return True diff --git a/weatbag/tiles/n1w4.py b/weatbag/tiles/n1w4.py index 984063e..d9e9b74 100644 --- a/weatbag/tiles/n1w4.py +++ b/weatbag/tiles/n1w4.py @@ -53,7 +53,7 @@ class Tile: def leave(self, player, direction): if direction == "s": - print("Oh dear Basdet! You can't go north, you will fall of the " + print("Oh dear Basdet! You can't go south, you will fall of the " "cliff!\n") return False elif direction == "n": -- cgit v1.3