summaryrefslogtreecommitdiffstats
path: root/weatbag/items/unlit_torch.py
blob: 1f313caa232310cd5c16ab0d119ddea4bffe873d (plain)
1
2
3
4
5
6
def combine(other):
    if other == 'match':
        print("The torch sputters into life.")
        return ['flaming torch']
    
    return None