diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-20 15:52:33 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-20 15:52:33 +0300 |
| commit | 370d19e493d9cd74fa15cd1580b7b7a5246a602f (patch) | |
| tree | ac92cf9c32f54961dd119acedbf27fd82abfb976 /weatbag/tiles/n1w6.py | |
| parent | c6f1148678477b5b8db33b7935b10522aa82fa2d (diff) | |
added map_world
Diffstat (limited to 'weatbag/tiles/n1w6.py')
| -rw-r--r-- | weatbag/tiles/n1w6.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weatbag/tiles/n1w6.py b/weatbag/tiles/n1w6.py index 7c8438f..67f2d47 100644 --- a/weatbag/tiles/n1w6.py +++ b/weatbag/tiles/n1w6.py @@ -1,4 +1,6 @@ class Tile: + map_word = "Top cliff" + def describe(self): 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 " |
