mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Smelter controllers don't rely on view (#96661)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user