mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 20:59:56 +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.
11 lines
259 B
Plaintext
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
|
|
) |