Adding extremely halfassed grill cooking to bonfires.

This commit is contained in:
MistakeNot4892
2024-01-17 21:36:17 +11:00
parent fd072be641
commit 5eab79f06d
13 changed files with 110 additions and 31 deletions
@@ -112,7 +112,7 @@
/decl/chemical_reaction/instant/food/meatball/on_reaction(var/datum/reagents/holder, var/created_volume)
var/location = get_turf(holder.my_atom)
for(var/i = 1, i <= created_volume, i++)
new /obj/item/reagent_containers/food/snacks/meatball(location)
new /obj/item/reagent_containers/food/snacks/rawmeatball(location)
return
/decl/chemical_reaction/instant/food/dough