diff options
Diffstat (limited to 'weatbag/tiles/n4w5.py')
| -rw-r--r-- | weatbag/tiles/n4w5.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weatbag/tiles/n4w5.py b/weatbag/tiles/n4w5.py index 0344000..95971e3 100644 --- a/weatbag/tiles/n4w5.py +++ b/weatbag/tiles/n4w5.py @@ -1,4 +1,6 @@ class Tile: + map_word = "Pine forest" + def describe(self): print("There are not so many trees around but the ground is full of " "pine needles and pine cones.\n") |
