diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-24 05:17:06 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:18 +0300 |
| commit | e701a9388c8939c9ce91731bb32f8404340180ef (patch) | |
| tree | ba0ed0c9292ba6162ab8775fc5df681779f466fd /weatbag/tiles/n2w2.py | |
| parent | 7dca2041d3ee309dc86bd9b0d84d5e470d83eedb (diff) | |
improved new lines! Woah!
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": |
