mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
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
|
|
) |