No call to parent New() prevented machine from being added to global machines list, and thus never being process()'d.
This commit is contained in:
Arokha Sieyes
2016-05-19 11:22:52 -04:00
parent 47176f4912
commit 0be12cef32

View File

@@ -24,6 +24,7 @@
component_parts += new /obj/item/weapon/stock_parts/scanning_module(src)
component_parts += new /obj/item/weapon/stock_parts/scanning_module(src)
RefreshParts()
..()
/obj/machinery/dnaforensics/attackby(var/obj/item/W, mob/user as mob)