From cadfeea3de14005fac79d405dd36a6252a1a5710 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Mon, 23 Apr 2018 22:50:11 -0400 Subject: [PATCH] consistency --- code/modules/research/designs/computer_part_designs.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/research/designs/computer_part_designs.dm b/code/modules/research/designs/computer_part_designs.dm index 1b4f831611a..3c653107ce6 100644 --- a/code/modules/research/designs/computer_part_designs.dm +++ b/code/modules/research/designs/computer_part_designs.dm @@ -64,7 +64,6 @@ req_tech = list("programming" = 2, "engineering" = 1) build_type = IMPRINTER materials = list(MAT_METAL = 250, MAT_GLASS = 100) - reagents_list = list("sacid" = 20) build_path = /obj/item/computer_hardware/network_card category = list("Computer Parts") @@ -93,7 +92,7 @@ id = "portadrive_basic" req_tech = list("programming" = 1) build_type = IMPRINTER - materials = list(MAT_GLASS = 800, "sacid" = 20) + materials = list(MAT_GLASS = 800) build_path = /obj/item/computer_hardware/hard_drive/portable category = list("Computer Parts")