This commit is contained in:
swindly
2016-11-23 13:09:00 -05:00
parent c204232665
commit ad4b6cedd0
@@ -208,3 +208,9 @@ var/global/list/datum/stack_recipe/sinew_recipes = list ( \
HS.amount = 1
wetness = initial(wetness)
src.use(1)
/obj/item/stack/sheet/wetleather/microwave_act(obj/machinery/microwave/M)
..()
var/obj/item/stack/sheet/leather/HS = new(loc)
HS.amount = amount
qdel(src)