mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
15 lines
450 B
Plaintext
15 lines
450 B
Plaintext
// Elevator areas.
|
|
/area/turbolift/example_top
|
|
name = "lift (top floor)"
|
|
lift_floor_label = "Floor 2"
|
|
lift_floor_name = "Top Floor"
|
|
lift_announce_str = "Arriving at Top Floor."
|
|
ambience = AMBIENCE_AESTHETIC
|
|
|
|
/area/turbolift/example_ground
|
|
name = "lift (ground floor)"
|
|
lift_floor_label = "Floor 1"
|
|
lift_floor_name = "First Floor"
|
|
lift_announce_str = "Arriving at First Floor."
|
|
base_turf = /turf/simulated/floor
|
|
ambience = AMBIENCE_AESTHETIC |