mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
13 lines
388 B
Plaintext
13 lines
388 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."
|
|
|
|
/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 |