diff --git a/modular_skyrat/modules/black_mesa/code/mapping_fluff.dm b/modular_skyrat/modules/black_mesa/code/mapping_fluff.dm index b9c880e9a82..d8a18986859 100644 --- a/modular_skyrat/modules/black_mesa/code/mapping_fluff.dm +++ b/modular_skyrat/modules/black_mesa/code/mapping_fluff.dm @@ -37,18 +37,6 @@ color = "#ac3b06" puzzle_id = "xen" -/obj/machinery/conveyor/inverted/auto - processing_flags = START_PROCESSING_ON_INIT - -/obj/machinery/conveyor/inverted/auto/Initialize(mapload, newdir) - . = ..() - set_operating(TRUE) - -/obj/machinery/conveyor/inverted/auto/update() - . = ..() - if(.) - set_operating(TRUE) - /obj/structure/marker_beacon/green picked_color = "Lime" // set icon_state to make it clear for mappers @@ -61,7 +49,7 @@ icon_state = "pod" pixel_x = SUPPLYPOD_X_OFFSET anchored = TRUE - + /obj/structure/closet/secure_closet/security/black_mesa req_access = list(ACCESS_AWAY_SEC)