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

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