diff --git a/code/datums/components/remote_materials.dm b/code/datums/components/remote_materials.dm index 7f366047c8..01038c11d3 100644 --- a/code/datums/components/remote_materials.dm +++ b/code/datums/components/remote_materials.dm @@ -85,7 +85,7 @@ handles linking back and forth. /datum/component/remote_materials/proc/OnAttackBy(datum/source, obj/item/I, mob/user) if(I.tool_behaviour == TOOL_MULTITOOL) - if(!(I.buffer) && istype(I.buffer, /obj/machinery/ore_silo)) + if((I.buffer) && istype(I.buffer, /obj/machinery/ore_silo)) if(silo == I.buffer) to_chat(user, "[parent] is already connected to [silo].") return COMPONENT_NO_AFTERATTACK