mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Remove this because it's causing an infinite loop
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user