Exemplo n.º 1
0
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedPlantBaseAI.__init__(self, air, gardenManager, ownerIndex)
        self.occupier = GardenGlobals.TreePlot

        self.wilted = None
        self.gagTrack = None
        self.gagLevel = None
Exemplo n.º 2
0
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
     self.waterLevel = 0
     self.lastCheck = 0
     self.lastHarvested = 0
     self.treeIndex = 0
    def __init__(self, air, gardenManager, ownerIndex):
        DistributedPlantBaseAI.__init__(self, air, gardenManager, ownerIndex)
        self.occupier = GardenGlobals.TreePlot

        self.wilted = None
        self.gagTrack = None
        self.gagLevel = None
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
Exemplo n.º 5
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.FLOWER_TYPE)
     self.wilted = 0
     self.varity = 0
Exemplo n.º 6
0
 def __init__(self, mgr):
     DistributedPlantBaseAI.__init__(self, mgr)
     self.wilted = 0
Exemplo n.º 7
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.GAG_TREE_TYPE)
     self.wilted = 0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.air = air
     self.wilted = 0
Exemplo n.º 9
0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.FLOWER_TYPE)
     self.wilted = 0
     self.varity = 0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.setTypeIndex(GardenGlobals.GAG_TREE_TYPE)
     self.wilted = 0
 def __init__(self, air):
     DistributedPlantBaseAI.__init__(self, air)
     self.air = air
     self.typeIndex = None