historical/toontown-classic.git/toontown/safezone/DistributedTTTreasure.py
2024-01-16 11:20:27 -06:00

8 lines
329 B
Python

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