mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-02 13:34:49 +00:00
Fixes for stacks.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user