mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 17:11:22 +00:00
14 lines
345 B
Plaintext
14 lines
345 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
|
|
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'
|