diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-24 05:23:44 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-04-29 03:21:18 +0300 |
| commit | 82a1e2ca40b1b3bba15e5e526bae66aeb7fcfe82 (patch) | |
| tree | 20c71e835b560b609686a86b9d2a64f082f50cdd /weatbag/tiles | |
| parent | e701a9388c8939c9ce91731bb32f8404340180ef (diff) | |
minor change in describe
Diffstat (limited to 'weatbag/tiles')
| -rw-r--r-- | weatbag/tiles/n2w1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weatbag/tiles/n2w1.py b/weatbag/tiles/n2w1.py index cf325b1..6ce8301 100644 --- a/weatbag/tiles/n2w1.py +++ b/weatbag/tiles/n2w1.py @@ -11,7 +11,7 @@ class Tile: if self.challenge_not_completed: self.challenge() else: - print("\nThey take you to the western island!") + print("\nThe children take you to the western island!") def challenge(self): print("You ask them to give it to you." |
