def announceGenerate(self):
     DistributedObject.announceGenerate(self)
     self.fadeTask = taskMgr.doMethodLater(1,
                                           self.fadeIn,
                                           'potionfade',
                                           extraArgs=[])
     self.determineColorSet()
 def announceGenerate(self):
     DistributedObject.announceGenerate(self)
     self.fadeTask = taskMgr.doMethodLater(1, self.fadeIn, 'potionfade', extraArgs = [])
     self.determineColorSet()