Files
Aurora.3/code/modules/turbolift/turbolift_areas.dm
Lohikar dad575f3ca Misc changes & Fixes (#2922)
changes:

Roof auto-gen is now off by default and must be turned on at the area level.
Fixed #2921.
Added a unit test to check if all station areas have a roof.
Slightly tweaked how baseturf is populated; should be functionally the same.
2017-07-03 00:22:07 +03:00

15 lines
357 B
Plaintext

// Used for creating the exchange areas.
/area/turbolift
name = "Turbolift"
base_turf = /turf/simulated/open
requires_power = 0
station_area = 1
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'
holomap_color = HOLOMAP_AREACOLOR_LIFTS