Merge pull request #6523 from Citadel-Station-13/upstream-merge-37407

[MIRROR] Removes Acid from Remaining Circuits
This commit is contained in:
deathride58
2018-04-27 09:39:29 +00:00
committed by GitHub
2 changed files with 1 additions and 3 deletions
@@ -12,7 +12,7 @@
righthand_file = 'icons/mob/inhands/misc/devices_righthand.dmi'
materials = list(MAT_GLASS=1000)
w_class = WEIGHT_CLASS_SMALL
grind_results = list("silicon" = 20, "sacid" = 0.5) //Retrieving acid this way is extremely inefficient
grind_results = list("silicon" = 20)
var/build_path = null
/obj/item/circuitboard/proc/apply_default_parts(obj/machinery/M)