diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-15 03:30:16 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-15 03:30:16 +0300 |
| commit | e8a63f4a16e00afaf4130e4bc0d4b8e4f94a75bc (patch) | |
| tree | 0aaf4b878a6e3644d2a3a7fc960541ccf1d8c2f6 /weatbag | |
| parent | 5de4d9cd6da9923e960172719b7b42c6b3c2ba77 (diff) | |
description for n5w7
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n5w7.py | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/weatbag/tiles/n5w7.py b/weatbag/tiles/n5w7.py index 43e8f2d..5e08273 100644 --- a/weatbag/tiles/n5w7.py +++ b/weatbag/tiles/n5w7.py @@ -1,9 +1,21 @@ from weatbag import words -from weatbag.utils import transfer class Tile: def describe(self): - print("\n") + print("You are inside the light house. You hear a clicking sound and " + "the door closes behind you.\nIt is dark, and an enormous cat " + "sits on a computer compiling felinux kernels.\n" + "You try to open the door and leave but you realize it is " + "locked.\n" + "The cat turns at you and hisses loudly.\n" + "She grawls and because you now speak cat, you understand what " + "she says.\n\n" + "Puny human, how dare you disturb my peace!\n" + "If you tell a lie I will hang you; if you tell the truth I will " + "shoot you.\n\n" + "It looks like you are condemned... Though if you think a bit " + "more there is an apropriate answer that gets your ass out of " + "this hell!") def action(self, player, do): print("I don't understand.") |
