diff options
Diffstat (limited to 'weatbag/tiles/n4w6.py')
| -rw-r--r-- | weatbag/tiles/n4w6.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weatbag/tiles/n4w6.py b/weatbag/tiles/n4w6.py index 379e5f8..2c7fa18 100644 --- a/weatbag/tiles/n4w6.py +++ b/weatbag/tiles/n4w6.py @@ -1,6 +1,7 @@ class Tile: def describe(self): - print("\n") + print("The beach makes a nice little curve on that spot. There are " + "some pine trees around too. A really quiet sceenery!\n") def action(self, player, do): print("Sorry, I don't understand.\n") |
