Smelter controllers don't rely on view (#96661)

This commit is contained in:
MrMelbert
2026-06-26 14:35:57 -04:00
committed by GitHub
parent cb4ee9362f
commit 076f28cc45
+1 -1
View File
@@ -76,7 +76,7 @@
/obj/machinery/mineral/processing_unit_console/Initialize(mapload)
. = ..()
processing_machine = locate(/obj/machinery/mineral/processing_unit) in view(2, src)
processing_machine = locate(/obj/machinery/mineral/processing_unit) in range(2, src)
if (processing_machine)
processing_machine.mineral_machine = src
else