2019-12-30 00:07:56 -06:00
|
|
|
from . import DistributedSZTreasure
|
2019-11-02 17:27:54 -05:00
|
|
|
|
|
|
|
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.mp3'
|