summaryrefslogtreecommitdiffstats
path: root/weatbag
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-07 20:44:38 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-07 20:44:38 +0300
commitb63dacba14d8a976e52771143d85f80c523ed416 (patch)
tree638f1d884e72cc1a7b0896e1e7824a2329f6b27e /weatbag
parent8e7a553724195d5fe5d57f36ecbd3f5b96bfdd4a (diff)
grammar and orthography
Diffstat (limited to 'weatbag')
-rw-r--r--weatbag/tiles/n1w2.py2
-rw-r--r--weatbag/tiles/n1w3.py5
-rw-r--r--weatbag/tiles/n1w4.py2
3 files changed, 4 insertions, 5 deletions
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":