summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/s1.py
blob: efdc041e32194ab5686545a3fd1621be9b97e711 (plain)
1
2
3
4
5
6
7
class Tile:
    def describe(self):
        print("You push through the undergrowth - there's hardly a path here at all.")
    
    def action(self, player, do):
        # Nothing to do here yet.
        print("Sorry, I don't understand")