oldschool-toontown/toontown/safezone/DistributedBRTreasure.py
2019-11-02 18:27:54 -04:00

8 lines
339 B
Python

import DistributedSZTreasure
class DistributedBRTreasure(DistributedSZTreasure.DistributedSZTreasure):
def __init__(self, cr):
DistributedSZTreasure.DistributedSZTreasure.__init__(self, cr)
self.modelPath = 'phase_8/models/props/snowflake_treasure'
self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.mp3'