diff --git a/code/game/mecha/mech_fabricator.dm b/code/game/mecha/mech_fabricator.dm index 1eae91a6a5c..881e3d6dd70 100644 --- a/code/game/mecha/mech_fabricator.dm +++ b/code/game/mecha/mech_fabricator.dm @@ -464,7 +464,7 @@ req_access = list(access_mechanic) /obj/machinery/mecha_part_fabricator/spacepod/New() - . = ..() + ..() QDEL_LIST(component_parts) component_parts = list() component_parts += new /obj/item/circuitboard/podfab(null)