Files
Aurora.3/maps/runtime/code/runtime_lifts.dm
2020-11-22 11:33:10 +01:00

12 lines
236 B
Plaintext

/obj/turbolift_map_holder/runtime
name = "Runtime Lift Placeholder"
dir = WEST
depth = 2
lift_size_x = 4
lift_size_y = 4
no_first_z_level = FALSE
areas_to_use = list(
/area/turbolift/main_station,
/area/turbolift/main_mid
)