diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-15 00:31:47 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-15 00:31:47 +0300 |
| commit | 06e14a58cda1ae149db2631076150121aaa9644c (patch) | |
| tree | de98d0e00e2a434fd5d01f1085b67966da0ab47a /weatbag | |
| parent | a258846e826ddd029b440f56b0d690bdf4188d08 (diff) | |
new tiles n5w5 n5w6 n5w7
Diffstat (limited to 'weatbag')
| -rw-r--r-- | weatbag/tiles/n5w5.py | 6 | ||||
| -rw-r--r-- | weatbag/tiles/n5w6.py | 6 | ||||
| -rw-r--r-- | weatbag/tiles/n5w7.py | 6 |
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.") |
