mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #3606 from CHOMPStation2/upstream-merge-12142
[MIRROR] Minor food tweaks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user