From 0d2b68adb24b52e35bc61ac624aa233270f0d515 Mon Sep 17 00:00:00 2001 From: GunHog Date: Fri, 8 Jul 2016 20:31:04 -0500 Subject: [PATCH] Adds Abductor Tech to research debug item (#19222) - Adds Abductor level 8 to the debug item for research. --- code/modules/research/stock_parts.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/stock_parts.dm b/code/modules/research/stock_parts.dm index a1738889738..d21722150e1 100644 --- a/code/modules/research/stock_parts.dm +++ b/code/modules/research/stock_parts.dm @@ -301,4 +301,4 @@ icon = 'icons/obj/stock_parts.dmi' icon_state = "capacitor" desc = "A debug item for research." - origin_tech = "materials=8;programming=8;magnets=8;powerstorage=8;bluespace=8;combat=8;biotech=8;syndicate=8;engineering=8;plasmatech=8" + origin_tech = "materials=8;programming=8;magnets=8;powerstorage=8;bluespace=8;combat=8;biotech=8;syndicate=8;engineering=8;plasmatech=8;abductor=8"