diff options
Diffstat (limited to 'weatbag/tiles/n1w2.py')
| -rw-r--r-- | weatbag/tiles/n1w2.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weatbag/tiles/n1w2.py b/weatbag/tiles/n1w2.py index 63fec34..db976fe 100644 --- a/weatbag/tiles/n1w2.py +++ b/weatbag/tiles/n1w2.py @@ -1,5 +1,6 @@ class Tile: - + map_word = "Island beach" + def describe(self): print("The beach is really quiet and you can hear and see the seagulls " "on the sea.") |
