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)
Exemplo n.º 5
0
 def setAvatarType(self, avatarType):
     DistributedNPCTownfolk.setAvatarType(self, avatarType)
     self.loadBossData(self.getUniqueId(), avatarType)
Exemplo n.º 6
0
 def disable(self):
     self.removeBossEffect()
     DistributedNPCTownfolk.disable(self)
Exemplo n.º 7
0
 def announceGenerate(self):
     DistributedNPCTownfolk.announceGenerate(self)
     self.addBossEffect(AvatarTypes.Navy)
Exemplo n.º 8
0
 def __init__(self, cr):
     DistributedNPCTownfolk.__init__(self, cr)
     Boss.__init__(self, cr)