Fixes for stacks.

This commit is contained in:
Segrain
2013-09-19 08:34:38 +03:00
parent 9eee328d34
commit 0b661bc854
3 changed files with 2 additions and 8 deletions

View File

@@ -497,9 +497,7 @@ datum
required_reagents = list("pacid" = 10, "plasticide" = 20)
result_amount = 1
on_reaction(var/datum/reagents/holder)
var/obj/item/stack/sheet/metal/M = new /obj/item/stack/sheet/mineral/plastic
M.amount = 10
M.loc = get_turf_loc(holder.my_atom)
new /obj/item/stack/sheet/mineral/plastic(get_turf(holder.my_atom),10)
return
virus_food