summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n4w5.py
blob: 6e94ce6327f359e74dc3da5ab3b4eb0817ba1bb0 (plain)
1
2
3
4
5
6
7
class Tile:
    def describe(self):
        print("\n")

    def action(self, player, do):
        print("I don't understand.")