diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-12 21:36:28 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-12 21:36:28 +0300 |
| commit | 322416a21b70a38f4a1bd774109e10e95abe3793 (patch) | |
| tree | 9c17b2ec6bd8d3e3f29aae327b9a43cb0e5fc4dd /weatbag/tiles/n4w7.py | |
| parent | ccb1c2a46bd6ea9a6a4a37230884336eda5fe030 (diff) | |
added new tiles n4w6 and n4w7
Diffstat (limited to 'weatbag/tiles/n4w7.py')
| -rw-r--r-- | weatbag/tiles/n4w7.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/weatbag/tiles/n4w7.py b/weatbag/tiles/n4w7.py new file mode 100644 index 0000000..379e5f8 --- /dev/null +++ b/weatbag/tiles/n4w7.py @@ -0,0 +1,6 @@ +class Tile: + def describe(self): + print("\n") + + def action(self, player, do): + print("Sorry, I don't understand.\n") |
