historical/toontown-classic.git/toontown/cogdominium/DistributedCogdoElevatorInt.py
2024-01-16 11:20:27 -06:00

11 lines
396 B
Python

from toontown.building.DistributedElevatorInt import DistributedElevatorInt
class DistributedCogdoElevatorInt(DistributedElevatorInt):
def setupElevator(self):
DistributedElevatorInt.setupElevator(self)
self.elevatorSphereNodePath.setY(-1.0)
self.elevatorSphereNodePath.setZ(1.5)
def _getDoorsClosedInfo(self):
return ('cogdoInterior', 'cogdoInterior')