From c15852f47b9920c230d6aef23b14617060cf51b3 Mon Sep 17 00:00:00 2001 From: SandPoot Date: Tue, 6 Apr 2021 19:27:52 -0300 Subject: [PATCH] upload _machinery.dm --- code/game/machinery/_machinery.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/machinery/_machinery.dm b/code/game/machinery/_machinery.dm index e37fd13106..d26f8c5639 100644 --- a/code/game/machinery/_machinery.dm +++ b/code/game/machinery/_machinery.dm @@ -519,6 +519,8 @@ Class Procs: //called on machinery construction (i.e from frame to machinery) but not on initialization /obj/machinery/proc/on_construction() + for(var/obj/I in contents) + I.moveToNullspace() return //called on deconstruction before the final deletion