Files
CHOMPStation2/archive/maps/example/example_elevator.dm
CHOMPStation2StaffMirrorBot 42c1f36339 [MIRROR] Archives old map files [MDB Ignore] (#9852)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2025-01-12 16:37:45 +01: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
)