2019-12-30 06:07:56 +00:00
|
|
|
from . import DistributedSZTreasure
|
2019-11-02 22:27:54 +00:00
|
|
|
|
|
|
|
class DistributedBRTreasure(DistributedSZTreasure.DistributedSZTreasure):
|
|
|
|
|
|
|
|
def __init__(self, cr):
|
|
|
|
DistributedSZTreasure.DistributedSZTreasure.__init__(self, cr)
|
|
|
|
self.modelPath = 'phase_8/models/props/snowflake_treasure'
|
2020-01-14 19:28:52 +00:00
|
|
|
self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.ogg'
|