oldschool-toontown/toontown/safezone/DistributedDGTreasure.py

9 lines
343 B
Python
Raw Normal View History

from . import DistributedSZTreasure
2019-11-02 17:27:54 -05:00
class DistributedDGTreasure(DistributedSZTreasure.DistributedSZTreasure):
def __init__(self, cr):
DistributedSZTreasure.DistributedSZTreasure.__init__(self, cr)
self.modelPath = 'phase_8/models/props/flower_treasure'
2020-01-14 13:28:52 -06:00
self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.ogg'