Freezers and heaters now drop the correct materials (Fixes #28560)

This commit is contained in:
CitadelStationBot
2017-06-19 21:27:30 -05:00
parent f97540247f
commit 595f50c95e
2 changed files with 14 additions and 10 deletions
+3
View File
@@ -511,6 +511,9 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe("cable restrai
singular_name = "cable piece"
full_w_class = WEIGHT_CLASS_SMALL
/obj/item/stack/cable_coil/one
amount = 1
/obj/item/stack/cable_coil/cyborg
is_cyborg = 1
materials = list()