Remove this because it's causing an infinite loop

This commit is contained in:
Roxy
2025-05-30 01:11:59 -04:00
parent 676f138d14
commit 992bc22764
@@ -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)