From c46fa1f0e0d3a85802bbef0561be3a39ff4bdbcd Mon Sep 17 00:00:00 2001 From: Kleopatra Angelidi Date: Wed, 15 May 2013 01:04:00 +0300 Subject: imported words and transfer --- weatbag/tiles/n5w5.py | 6 ++++++ weatbag/tiles/n5w7.py | 5 +++++ 2 files changed, 11 insertions(+) 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 -- cgit v1.3