summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n5w7.py
blob: 43e8f2df6521bd5d3b0eb9dff96f012f78e4f8d8 (plain)
1
2
3
4
5
6
7
8
9
10
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