diff options
Diffstat (limited to 'weatbag/tiles/n5w6.py')
| -rw-r--r-- | weatbag/tiles/n5w6.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weatbag/tiles/n5w6.py b/weatbag/tiles/n5w6.py index f1121d6..b739479 100644 --- a/weatbag/tiles/n5w6.py +++ b/weatbag/tiles/n5w6.py @@ -1,4 +1,6 @@ class Tile: + map_word = "Beach" + def describe(self): print("You walk in the beach. There is a light house on the west.\n") |
