Files
VOREStation/archive/maps/example/example_elevator.dm
T
SatinIsle be7d642799 Archives old map files
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.
2025-01-07 11:02:59 +00:00

11 lines
259 B
Plaintext

/obj/turbolift_map_holder/example
name = "Example turbolift map placeholder"
depth = 2
lift_size_x = 4
lift_size_y = 4
icon = 'icons/obj/turbolift_preview_5x5.dmi'
areas_to_use = list(
/area/turbolift/example_ground,
/area/turbolift/example_top
)