mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Turbo Lifts Tweak (#10593)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/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
|
||||
)
|
||||
@@ -1,5 +1,8 @@
|
||||
/datum/map/runtime
|
||||
ut_environ_exempt_areas = list(/area/space)
|
||||
ut_environ_exempt_areas = list(
|
||||
/area/space,
|
||||
/area/turbolift
|
||||
)
|
||||
ut_apc_exempt_areas = list(/area/maintenance/maintcentral)
|
||||
ut_atmos_exempt_areas = list(/area)
|
||||
excluded_test_types = list(
|
||||
|
||||
Reference in New Issue
Block a user