diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 20:44:38 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 20:44:38 +0300 |
| commit | b63dacba14d8a976e52771143d85f80c523ed416 (patch) | |
| tree | 638f1d884e72cc1a7b0896e1e7824a2329f6b27e /weatbag/tiles/n1w4.py | |
| parent | 8e7a553724195d5fe5d57f36ecbd3f5b96bfdd4a (diff) | |
grammar and orthography
Diffstat (limited to 'weatbag/tiles/n1w4.py')
| -rw-r--r-- | weatbag/tiles/n1w4.py | 2 |
1 files changed, 1 insertions, 1 deletions
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": |
