2019-12-30 01:07:56 -05:00
|
|
|
from . import DistributedSZTreasure
|
2019-11-02 18:27:54 -04:00
|
|
|
|
|
|
|
class DistributedETreasure(DistributedSZTreasure.DistributedSZTreasure):
|
|
|
|
|
|
|
|
def __init__(self, cr):
|
|
|
|
DistributedSZTreasure.DistributedSZTreasure.__init__(self, cr)
|
|
|
|
self.modelPath = 'phase_4/models/props/icecream'
|
2020-01-14 14:28:52 -05:00
|
|
|
self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.ogg'
|