def __init__(self, cr):
        DistributedTreasure.__init__(self, cr)
        self.modelPath = 'phase_4/models/props/icecream.bam'
        self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.ogg'

        if self.cr.holidayManager.getHoliday() == HolidayType.CHRISTMAS:
            self.modelPath = 'phase_6/models/karting/qbox.bam'
Example #2
0
 def __init__(self, cr):
     DistributedTreasure.__init__(self, cr)
Example #3
0
 def delete(self):
     DistributedTreasure.delete(self)
 def __init__(self, cr):
     DistributedTreasure.__init__(self, cr)
     self.modelPath = 'phase_8/models/props/snowflake_treasure.bam'
     self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.ogg'
Example #5
0
 def __init__(self, cr):
     DistributedTreasure.__init__(self, cr)
     self.modelPath = 'phase_8/models/props/snowflake_treasure.bam'
     self.grabSoundPath = 'phase_4/audio/sfx/SZ_DD_treasure.mp3'
Example #6
0
 def delete(self):
     DistributedTreasure.delete(self)
Example #7
0
 def __init__(self, cr):
     DistributedTreasure.__init__(self, cr)