diff --git a/code/game/machinery/computer/buildandrepair.dm b/code/game/machinery/computer/buildandrepair.dm index 0a63d129b1..7831437dc2 100644 --- a/code/game/machinery/computer/buildandrepair.dm +++ b/code/game/machinery/computer/buildandrepair.dm @@ -127,7 +127,8 @@ if(istype(P, /obj/item/screwdriver)) playsound(src, P.usesound, 50, 1) to_chat(user, "You connect the monitor.") - var/obj/B = new src.circuit.build_path (src, circuit) + var/obj/B = new circuit.build_path (loc, circuit) + B.dir = dir transfer_fingerprints_to(B) qdel(src) return