def __init__(self, air):
     DistributedStatuaryAI.__init__(self, air)
     self.air = air
     self.growthLevel = -1
Пример #2
0
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedStatuaryAI.__init__(self, air, gardenManager, ownerIndex)

        self.dnaCode = None
        self.occupier = GardenGlobals.ToonStatuaryPlot
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedStatuaryAI.__init__(self, air, gardenManager, ownerIndex)

        self.growthLevel = None
        self.occupier = ChangingStatuaryPlot
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedStatuaryAI.__init__(self, air, gardenManager, ownerIndex)

        self.dnaCode = None
        self.occupier = GardenGlobals.ToonStatuaryPlot
Пример #5
0
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedStatuaryAI.__init__(self, air, gardenManager, ownerIndex)

        self.growthLevel = None
        self.occupier = ChangingStatuaryPlot
 def __init__(self, air):
     DistributedStatuaryAI.__init__(self, air)
     self.air = air