upload _machinery.dm

This commit is contained in:
SandPoot
2021-04-06 19:27:52 -03:00
parent 36db52efc1
commit c15852f47b
+2
View File
@@ -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