def setAvatarType(self, avatarType):
     DistributedNPCTownfolk.setAvatarType(self, avatarType)
     self.loadBossData(self.getUniqueId(), avatarType)
 def announceGenerate(self):
     DistributedNPCTownfolk.announceGenerate(self)
     self.addBossEffect(AvatarTypes.Navy)
 def disable(self):
     self.removeBossEffect()
     DistributedNPCTownfolk.disable(self)
 def __init__(self, cr):
     DistributedNPCTownfolk.__init__(self, cr)
     Boss.__init__(self, cr)
Пример #5
0
 def setAvatarType(self, avatarType):
     DistributedNPCTownfolk.setAvatarType(self, avatarType)
     self.loadBossData(self.getUniqueId(), avatarType)
Пример #6
0
 def disable(self):
     self.removeBossEffect()
     DistributedNPCTownfolk.disable(self)
Пример #7
0
 def announceGenerate(self):
     DistributedNPCTownfolk.announceGenerate(self)
     self.addBossEffect(AvatarTypes.Navy)
Пример #8
0
 def __init__(self, cr):
     DistributedNPCTownfolk.__init__(self, cr)
     Boss.__init__(self, cr)