historical/toontown-classic.git/toontown/safezone/DistributedBRTreasure.py

9 lines
339 B
Python
Raw Normal View History

2024-01-16 11:20:27 -06:00
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.ogg'