oldschool-toontown/toontown/safezone/DistributedMMTreasure.py
2019-12-30 01:07:56 -05:00

8 lines
342 B
Python

from . import DistributedSZTreasure
class DistributedMMTreasure(DistributedSZTreasure.DistributedSZTreasure):
def __init__(self, cr):
DistributedSZTreasure.DistributedSZTreasure.__init__(self, cr)
self.modelPath = 'phase_6/models/props/music_treasure'
self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.mp3'