diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-28 20:28:43 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:18 +0300 |
| commit | 1b0c626c3659573edab6a5f97d9fc251332b7bd5 (patch) | |
| tree | 11d33f4a9739d4aafb63879b4aadcb1ec8f04cb4 /weatbag/tiles/n3w2.py | |
| parent | 6fa5120b4046a73867d793b9b8ba2fc0dba2adc2 (diff) | |
rephrased various output strings
Diffstat (limited to 'weatbag/tiles/n3w2.py')
| -rw-r--r-- | weatbag/tiles/n3w2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weatbag/tiles/n3w2.py b/weatbag/tiles/n3w2.py index a5c46cd..9ff35a5 100644 --- a/weatbag/tiles/n3w2.py +++ b/weatbag/tiles/n3w2.py @@ -9,10 +9,10 @@ class Tile: if not self.give_catfood: print("You are at the beach and there is an old man with an " "enormous beard that is getting his little boat ready to go " - "across to the mainland.\nNaturally, you are asking him to " + "across to the mainland.\nNaturally, you ask him to " "take you in his boat.\nThe old man replies:\nOf course I " "can take you with me, my dear adventurer but first I need " - "some catfood so I can feed the kitties across in the " + "some catfood so I can feed the kitties across on the " "mainland!\n") else: print("There's the old fisherman with his boat, he can take you " |
