From 18d8f2f3bc8b70b4c3f63ffd83244ccbc0cb7c92 Mon Sep 17 00:00:00 2001 From: Kyep Date: Sun, 9 Sep 2018 15:41:38 -0700 Subject: [PATCH] . = ..() -> ..() --- code/game/mecha/mech_fabricator.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)