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/n2w1.py | |
| parent | 6fa5120b4046a73867d793b9b8ba2fc0dba2adc2 (diff) | |
rephrased various output strings
Diffstat (limited to 'weatbag/tiles/n2w1.py')
| -rw-r--r-- | weatbag/tiles/n2w1.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/weatbag/tiles/n2w1.py b/weatbag/tiles/n2w1.py index aa54ca2..999cdc1 100644 --- a/weatbag/tiles/n2w1.py +++ b/weatbag/tiles/n2w1.py @@ -18,14 +18,13 @@ class Tile: "The little boy laughs and replies: \n" "So you think you are brave enough to go to that island? " "Very well, but we cannot give you our raft. " - "What we can do is transfer you there ourselves. But first you " + "What we can do is transport you there ourselves. But first you " "must answer this:\n\n" "Ignore weight and weather variables and listen carefully.\n" - "It takes for me to transfer a person on the island exactly one " - "hour.\n" - "It takes double the time for my sister.\n" - "If we combine our powers, " - "how many minutes will it take to transfer you on the island?\n" + "It takes me exactly one hour to transport a person to the island.\n" + "It takes my sister double that time.\n" + "If we combine our power, " + "how many minutes will it take to transport you to the island?\n" "To make a guess, type a number followed by 'minutes'.\n") def action(self, player, do): |
