コード例 #1
0
    def enterBattleThree(self):
        DistributedSellbotBossAI.enterBattleThree(self)

        self.numPies = BrutalSellbotBossGlobals.PieCount[
            self.getToonDifficulty() - 1]
コード例 #2
0
    def enterBattleThree(self):
        DistributedSellbotBossAI.enterBattleThree(self)

        self.numPies = DeadlySellbotBossGlobals.PieCount[self.getToonDifficulty()-1]
コード例 #3
0
    def __init__(self, air):
        DistributedSellbotBossAI.__init__(self, air)

        self.cagedToonNpcId = random.choice(NPCToons.BrutalSellbotNPCS.keys())
        self.numPies = 0
コード例 #4
0
    def __init__(self, air):
        DistributedSellbotBossAI.__init__(self, air)

        self.cagedToonNpcId = random.choice(NPCToons.DeadlySellbotNPCS.keys())
        self.numPies = 0