summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weatbag/tiles/n5w5.py6
-rw-r--r--weatbag/tiles/n5w7.py5
2 files changed, 11 insertions, 0 deletions
diff --git a/weatbag/tiles/n5w5.py b/weatbag/tiles/n5w5.py
index f5334d8..d65886e 100644
--- a/weatbag/tiles/n5w5.py
+++ b/weatbag/tiles/n5w5.py
@@ -1,6 +1,12 @@
+from weatbag import words
+from weatbag.utils import transfer
+
class Tile:
def describe(self):
print("\n")
def action(self, player, do):
print("I don't understand.")
+
+
+#sandy claws
diff --git a/weatbag/tiles/n5w7.py b/weatbag/tiles/n5w7.py
index f5334d8..43e8f2d 100644
--- a/weatbag/tiles/n5w7.py
+++ b/weatbag/tiles/n5w7.py
@@ -1,6 +1,11 @@
+from weatbag import words
+from weatbag.utils import transfer
+
class Tile:
def describe(self):
print("\n")
def action(self, player, do):
print("I don't understand.")
+
+#lighthouse