historical/toontown-classic.git/toontown/cogdominium/DistributedCogdoElevatorInt.py

12 lines
396 B
Python
Raw Normal View History

2024-01-16 17:20:27 +00:00
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')