Merge pull request #8957 from Fox-McCloud/fix-plastic

Fixes Plastic Recipe
This commit is contained in:
tigercat2000
2018-04-29 18:03:41 -07:00
committed by GitHub
@@ -101,7 +101,7 @@
min_temp = 374
result_amount = 1
/datum/chemical_reaction/plastication/on_reaction(datum/reagents/holder)
/datum/chemical_reaction/plastic_polymers/on_reaction(datum/reagents/holder, created_volume)
var/obj/item/stack/sheet/plastic/P = new /obj/item/stack/sheet/plastic
P.amount = 10
P.forceMove(get_turf(holder.my_atom))