mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-15 18:22:55 +01:00
Tweaking how much protein is in nuggets and now many are made by the recipe.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user