summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n1w2.py
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-20 15:52:33 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-20 15:52:33 +0300
commit370d19e493d9cd74fa15cd1580b7b7a5246a602f (patch)
treeac92cf9c32f54961dd119acedbf27fd82abfb976 /weatbag/tiles/n1w2.py
parentc6f1148678477b5b8db33b7935b10522aa82fa2d (diff)
added map_world
Diffstat (limited to 'weatbag/tiles/n1w2.py')
-rw-r--r--weatbag/tiles/n1w2.py3
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.")