From 992bc22764ec609435bca34afaea42ed68d3de47 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Fri, 30 May 2025 01:11:59 -0400 Subject: [PATCH] Remove this because it's causing an infinite loop --- .../modules/black_mesa/code/mapping_fluff.dm | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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)