Files
CHOMPStation2/code/modules/turbolift/turbolift_areas.dm
Arokha Sieyes 248e5ca503 Allow turbolift specific-floor delays
If one floor is 'taller' than the others, or otherwise takes longer to traverse, you can set delay_time on the area to have it wait a different time there. Or, wait even less time, though less than 1 second isn't possible since the controller only fires every second.
2017-04-24 16:10:03 -04:00

13 lines
313 B
Plaintext

// Used for creating the exchange areas.
/area/turbolift
name = "Turbolift"
base_turf = /turf/simulated/open
requires_power = 0
sound_env = SMALL_ENCLOSED
var/lift_floor_label = null
var/lift_floor_name = null
var/lift_announce_str = "Ding!"
var/arrival_sound = 'sound/machines/ding.ogg'
var/delay_time