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

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