diff options
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": |
