Merge pull request #12142 from Heroman3003/foodtweak

Minor food tweaks
This commit is contained in:
Casey
2022-02-03 01:30:33 -05:00
committed by CHOMPStation2
parent e1b05dfd49
commit de56611efc
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@
center_of_mass = list("x"=16, "y"=16)
w_class = ITEMSIZE_SMALL
force = 0
volume = 80
var/bitesize = 1
var/bitecount = 0
@@ -125,6 +125,7 @@
id = "meatball"
result = null
required_reagents = list("protein" = 3, "flour" = 5)
catalysts = list("enzyme" = 5)
result_amount = 3
/decl/chemical_reaction/instant/food/meatball/on_reaction(var/datum/reagents/holder, var/created_volume)