oldschool-toontown/toontown/safezone/DistributedDGTreasure.py
2020-01-14 14:28:52 -05:00

8 lines
343 B
Python

from . import DistributedSZTreasure
class DistributedDGTreasure(DistributedSZTreasure.DistributedSZTreasure):
def __init__(self, cr):
DistributedSZTreasure.DistributedSZTreasure.__init__(self, cr)
self.modelPath = 'phase_8/models/props/flower_treasure'
self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.ogg'