diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 22:17:49 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-07 22:17:49 +0300 |
| commit | 8c4f45399e399da31f7830a228c21cfcbea4d0fd (patch) | |
| tree | 604e2ab8b19d0d01704fd21360ac6aa991d9e494 /weatbag | |
| parent | 5857a4e2b49905b0f599b2edf3fe9619a2e7b5f2 (diff) | |
added description (n1w6)
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n1w6.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/weatbag/tiles/n1w6.py b/weatbag/tiles/n1w6.py index 7c3d799..1435cd9 100644 --- a/weatbag/tiles/n1w6.py +++ b/weatbag/tiles/n1w6.py @@ -1,7 +1,10 @@ class Tile: - def describe(self): - print("blah blah describe\n") + print("You have reached the top of the cliff! You feel the fresh " + "breeze in your face and you smell the salty sea! The view and " + "the weather here are wonderful! You'd like to stay but the " + "adventure spirit shakes you and you're on the move again.\n" + "So which way?\n") def action(self, player, do): print("Sorry, I don't understand.\n") |
