summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n5w5.py
diff options
context:
space:
mode:
Diffstat (limited to 'weatbag/tiles/n5w5.py')
-rw-r--r--weatbag/tiles/n5w5.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/weatbag/tiles/n5w5.py b/weatbag/tiles/n5w5.py
new file mode 100644
index 0000000..f5334d8
--- /dev/null
+++ b/weatbag/tiles/n5w5.py
@@ -0,0 +1,6 @@
+class Tile:
+ def describe(self):
+ print("\n")
+
+ def action(self, player, do):
+ print("I don't understand.")