This commit is contained in:
SandPoot
2021-01-19 23:31:15 -03:00
273 changed files with 4868 additions and 2264 deletions
@@ -781,6 +781,7 @@
return FALSE
/obj/item/electronic_assembly/Moved(oldLoc, dir)
. = ..()
for(var/I in assembly_components)
var/obj/item/integrated_circuit/IC = I
IC.ext_moved(oldLoc, dir)