mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
* Refactors how ambience is assigned, removes bad ambience, ports good ambience from tg * Apparently that file is still used, not worth the salt to remove it. * Changelog
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 |