Tweaking how much protein is in nuggets and now many are made by the recipe.

This commit is contained in:
MistakeNot4892
2024-01-09 07:42:23 +11:00
parent fa9e49df2c
commit fc0d17da18
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -5021,7 +5021,7 @@
var/shape = pick("lump", "star", "lizard", "corgi")
desc = "A chicken nugget vaguely shaped like a [shape]."
icon_state = "nugget_[shape]"
reagents.add_reagent("protein", 4, nutriment_desc)
reagents.add_reagent("protein", 3, nutriment_desc)
/obj/item/reagent_containers/food/snacks/icecreamsandwich
name = "ice cream sandwich"
+1
View File
@@ -838,6 +838,7 @@ I said no!
)
reagent_mix = RECIPE_REAGENT_REPLACE
result = /obj/item/reagent_containers/food/snacks/nugget
result_quantity = 4
// Chip update
/datum/recipe/microwavetortilla