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