mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 05:23:01 +00:00
Merge pull request #7822 from H0lySquirr3l/master
Adds Chicken noodle soup
This commit is contained in:
@@ -6033,6 +6033,23 @@
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 8)
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chickennoodlesoup
|
||||
name = "chicken noodle soup"
|
||||
gender = PLURAL
|
||||
desc = "A bright bowl of yellow broth with cuts of meat, noodles and carrots."
|
||||
icon = 'icons/obj/food_custom.dmi'
|
||||
icon_state = "chickennoodlesoup"
|
||||
filling_color = "#ead90c"
|
||||
nutriment_amt = 6
|
||||
nutriment_desc = list("warm soup" = 6)
|
||||
center_of_mass = list("x"=16, "y"=5)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chickennoodlesoup/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("protein", 4)
|
||||
reagents.add_reagent("water", 5)
|
||||
bitesize = 6
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/chilicheesefries
|
||||
name = "chili cheese fries"
|
||||
@@ -6544,4 +6561,4 @@
|
||||
/obj/item/weapon/reagent_containers/food/snacks/cinnamonbun/New()
|
||||
..()
|
||||
reagents.add_reagent("nutriment", 8)
|
||||
bitesize = 1
|
||||
bitesize = 1
|
||||
|
||||
@@ -940,6 +940,13 @@ I said no!
|
||||
/obj/item/weapon/reagent_containers/food/snacks/bun
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/chickenfillet
|
||||
|
||||
/datum/recipe/chickennoodlesoup
|
||||
fruit = list("carrot" = 1)
|
||||
reagents = list("water" = 10)
|
||||
items = list( /obj/item/weapon/reagent_containers/food/snacks/spagetti, /obj/item/weapon/reagent_containers/food/snacks/rawcutlet)
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/chickennoodlesoup
|
||||
|
||||
/datum/recipe/chilicheesefries
|
||||
items = list(
|
||||
@@ -1346,4 +1353,4 @@ I said no!
|
||||
/obj/item/weapon/reagent_containers/food/snacks/dough
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/cinnamonbun
|
||||
result_quantity = 4
|
||||
result_quantity = 4
|
||||
|
||||
Reference in New Issue
Block a user