mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
be7d642799
Changed the directory of many older, unmaintained and unused map files (particularly those from Polaris) to archive/map. This will prevent them from being linted by upcoming changes and causing the lint to fail. I have not touched the maps in surface_submaps/plains,mountain or wilderness. I know that the plains ones are largely still used on the tether, and am uncertain about the others. Fixed a few maps (ships and POIs) with missing objects.
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 |