diff options
Diffstat (limited to 'weatbag/tiles/n2w2.py')
| -rw-r--r-- | weatbag/tiles/n2w2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n2w2.py b/weatbag/tiles/n2w2.py index f390994..abd7f75 100644 --- a/weatbag/tiles/n2w2.py +++ b/weatbag/tiles/n2w2.py @@ -4,7 +4,7 @@ class Tile: "and a small path.\nFeeling adventurous?\n") def action(self, player, do): - print("Sorry, I don't understand") + print("Sorry, wat?!") def leave(self, player, direction): if direction == "e": |
