diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-19 15:14:18 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-19 15:14:18 +0300 |
| commit | aa84e7b52b4fc32c58f622f687f9d1c71bc855ee (patch) | |
| tree | f37ccc7a079066df0ad97155e2aac37c9bf84632 /weatbag/tiles/n4w7.py | |
| parent | b66b944ddec676081721a4903db2cbb646b8d27d (diff) | |
grammar fixed
Diffstat (limited to 'weatbag/tiles/n4w7.py')
| -rw-r--r-- | weatbag/tiles/n4w7.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/weatbag/tiles/n4w7.py b/weatbag/tiles/n4w7.py index a7a0ea8..f1e40e9 100644 --- a/weatbag/tiles/n4w7.py +++ b/weatbag/tiles/n4w7.py @@ -14,7 +14,7 @@ class Tile: def kitties(self): - print("You aproach the kitties and to your surprise they all start " + print("You approach the kitties and to your surprise they all start " "rubbing at your legs and mewing! What is even more surprising " "is that your brain understands and translates meaws into " "words!\n" @@ -30,7 +30,8 @@ class Tile: player.take("mice") print("Balls of tasty omnom mice cream fall from your " "hands!\nThe kittens look very pleased!\n" - "Because they are happy they give you an advice:\n" + "Because they are happy they give you a piece of " + "advice:\n" "'U SHUD AVOID BY ANY MEANZ TEH LIGHTHAUS! " "BAD KAT LIVEZ THAR!'\n") self.challenge_completed = True |
