summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles
diff options
context:
space:
mode:
authorKleopatra Angelidi <akleop@gmail.com>2013-05-15 00:31:47 +0300
committerKleopatra Angelidi <akleop@gmail.com>2013-05-15 00:31:47 +0300
commit06e14a58cda1ae149db2631076150121aaa9644c (patch)
treede98d0e00e2a434fd5d01f1085b67966da0ab47a /weatbag/tiles
parenta258846e826ddd029b440f56b0d690bdf4188d08 (diff)
new tiles n5w5 n5w6 n5w7
Diffstat (limited to 'weatbag/tiles')
-rw-r--r--weatbag/tiles/n5w5.py6
-rw-r--r--weatbag/tiles/n5w6.py6
-rw-r--r--weatbag/tiles/n5w7.py6
3 files changed, 18 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.")
diff --git a/weatbag/tiles/n5w6.py b/weatbag/tiles/n5w6.py
new file mode 100644
index 0000000..f5334d8
--- /dev/null
+++ b/weatbag/tiles/n5w6.py
@@ -0,0 +1,6 @@
+class Tile:
+ def describe(self):
+ print("\n")
+
+ def action(self, player, do):
+ print("I don't understand.")
diff --git a/weatbag/tiles/n5w7.py b/weatbag/tiles/n5w7.py
new file mode 100644
index 0000000..f5334d8
--- /dev/null
+++ b/weatbag/tiles/n5w7.py
@@ -0,0 +1,6 @@
+class Tile:
+ def describe(self):
+ print("\n")
+
+ def action(self, player, do):
+ print("I don't understand.")