Merge pull request #37407 from Fox-McCloud/circuits-reagents

Removes Acid from Remaining Circuits
This commit is contained in:
Jordan Brown
2018-04-26 16:23:31 -04:00
committed by CitadelStationBot
parent 5b035581f0
commit 4838bfec4e
2 changed files with 1 additions and 3 deletions
@@ -62,7 +62,6 @@
id = "netcard_basic"
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")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING
@@ -91,7 +90,6 @@
id = "portadrive_basic"
build_type = IMPRINTER
materials = list(MAT_GLASS = 800)
reagents_list = list("sacid" = 20)
build_path = /obj/item/computer_hardware/hard_drive/portable
category = list("Computer Parts")
departmental_flags = DEPARTMENTAL_FLAG_SCIENCE | DEPARTMENTAL_FLAG_ENGINEERING