From 7299854f8b20bea1a4aabfe9d55a3f1547a510e3 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 17 Sep 2017 22:55:04 -0500 Subject: [PATCH] [MIRROR] Puts the computer circuit board back in nullspace where it supposedly belongs (#2810) * Puts the computer circuit board back in nullspace where it supposedly belongs * Update _computer.dm --- code/game/machinery/computer/_computer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/_computer.dm b/code/game/machinery/computer/_computer.dm index 033676264c..77bb50e8c4 100644 --- a/code/game/machinery/computer/_computer.dm +++ b/code/game/machinery/computer/_computer.dm @@ -22,7 +22,7 @@ if(!QDELETED(C)) qdel(circuit) circuit = C - C.forceMove(null) + C.loc = null /obj/machinery/computer/Destroy() QDEL_NULL(circuit)