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'
def __init__(self, cr): DistributedTreasure.__init__(self, cr)
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'
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'