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/n1w3.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'weatbag/tiles/n1w3.py') 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 -- cgit v1.3