Files
FluffyandGitHub 389466360e Areas and station areas work (#20195)
Refactored sorting.
Added test to verify all horizon areas (outside exceptions) are marked
as station areas.
Added test to verify shuttle areas are not marked as station areas.
Refactored how the area sorting var is made and used.
Added a global list of all areas.
2024-11-27 13:13:44 +00:00

14 lines
367 B
Plaintext

// Used for creating the exchange areas.
/area/turbolift
name = "Turbolift"
base_turf = /turf/simulated/open
requires_power = 0
station_area = TRUE
sound_environment = SOUND_AREA_SMALL_ENCLOSED
ambience = AMBIENCE_ELEVATOR
var/lift_floor_label = null
var/lift_floor_name = null
var/lift_announce_str = "Ding!"
var/arrival_sound = 'sound/machines/ding.ogg'