Poodletooth-iLand/toontown/building/DistributedBBElevatorAI.py
2015-08-06 12:29:26 +03:00

9 lines
No EOL
423 B
Python
Executable file

from ElevatorConstants import *
import DistributedBossElevatorAI
class DistributedBBElevatorAI(DistributedBossElevatorAI.DistributedBossElevatorAI):
def __init__(self, air, bldg, zone, antiShuffle = 0):
DistributedBossElevatorAI.DistributedBossElevatorAI.__init__(self, air, bldg, zone, antiShuffle=antiShuffle)
self.type = ELEVATOR_BB
self.countdownTime = ElevatorData[self.type]['countdown']