diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 18:59:16 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 18:59:16 +0300 |
| commit | 855703b189cb54829d7ca1bc651c0edb42017e1c (patch) | |
| tree | bca55618fcf1bd1b5da9e15a0867a9592b57477d /weatbag | |
| parent | f4d2fcfc98e6e0a1591a2b70947a84a9d966e956 (diff) | |
changed leave south description
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n2w3.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/n2w3.py b/weatbag/tiles/n2w3.py index 2030fea..eba9089 100644 --- a/weatbag/tiles/n2w3.py +++ b/weatbag/tiles/n2w3.py @@ -20,8 +20,8 @@ class Tile: def leave(self, player, direction): if direction == "s": - print("STAHP! Hammer Time!\n(Meaning you just can't go to that " - "direction yet. Sorry! :))\n") + print("Careful now! Nasty rocks all over to the south.\n" + "(Meaning you just can't go to that direction. Sorry!)\n") return False else: return True |
