Removes Acid from Remaining Circuits

This commit is contained in:
Fox McCloud
2018-04-24 05:34:17 -04:00
parent 65987bfd60
commit 3545973181
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)