plastic is not a mineral anymore, plastic flaps are deconstructible, new construction.dm construction defines

This commit is contained in:
uraniummeltdown
2017-03-12 06:09:29 +04:00
parent 98526aa020
commit 85260a72ba
13 changed files with 110 additions and 45 deletions
@@ -101,7 +101,7 @@
result_amount = 1
/datum/chemical_reaction/plastication/on_reaction(datum/reagents/holder)
var/obj/item/stack/sheet/metal/M = new /obj/item/stack/sheet/mineral/plastic
var/obj/item/stack/sheet/metal/M = new /obj/item/stack/sheet/plastic
M.amount = 10
M.forceMove(get_turf(holder.my_atom))