mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
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
|
|
) |