diff options
| author | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-15 01:04:00 +0300 |
|---|---|---|
| committer | Kleopatra Angelidi <akleop@gmail.com> | 2013-05-15 01:04:00 +0300 |
| commit | c46fa1f0e0d3a85802bbef0561be3a39ff4bdbcd (patch) | |
| tree | d755d7d35c2c528fb6d785ec94ffa18cf161e891 | |
| parent | 06e14a58cda1ae149db2631076150121aaa9644c (diff) | |
imported words and transfer
| -rw-r--r-- | weatbag/tiles/n5w5.py | 6 | ||||
| -rw-r--r-- | weatbag/tiles/n5w7.py | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/weatbag/tiles/n5w5.py b/weatbag/tiles/n5w5.py index f5334d8..d65886e 100644 --- a/weatbag/tiles/n5w5.py +++ b/weatbag/tiles/n5w5.py @@ -1,6 +1,12 @@ +from weatbag import words +from weatbag.utils import transfer + class Tile: def describe(self): print("\n") def action(self, player, do): print("I don't understand.") + + +#sandy claws diff --git a/weatbag/tiles/n5w7.py b/weatbag/tiles/n5w7.py index f5334d8..43e8f2d 100644 --- a/weatbag/tiles/n5w7.py +++ b/weatbag/tiles/n5w7.py @@ -1,6 +1,11 @@ +from weatbag import words +from weatbag.utils import transfer + class Tile: def describe(self): print("\n") def action(self, player, do): print("I don't understand.") + +#lighthouse |
