diff options
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." |
