mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Adds the stafylia gyro (#22102)
Adds the stafylia gyro, THE authentic taste of Assunzione fast food! --------- Signed-off-by: Fyni <itsfyni@gmail.com>
This commit is contained in:
@@ -702,3 +702,17 @@
|
||||
)
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE
|
||||
result = /obj/item/reagent_containers/food/snacks/blitz_shake
|
||||
|
||||
|
||||
//Assunzione
|
||||
|
||||
/singleton/recipe/stafylia_gyro
|
||||
appliance = MIX
|
||||
fruit = list ("grapes" = 1, "cabbage" = 1, "tomato" = 1)
|
||||
reagents = list(/singleton/reagent/spacespice = 2)
|
||||
items = list(
|
||||
/obj/item/reagent_containers/food/snacks/cutlet,
|
||||
/obj/item/reagent_containers/food/snacks/pita
|
||||
)
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE
|
||||
result = /obj/item/reagent_containers/food/snacks/stafylia_gyro
|
||||
|
||||
@@ -1274,3 +1274,15 @@ ABSTRACT_TYPE(/obj/item/reagent_containers/food/snacks/bowl)
|
||||
contained_sprite = TRUE
|
||||
reagents_to_add = list(/singleton/reagent/drink/shake_strawberry = 3, /singleton/reagent/nutriment/sprinkles = 3, /singleton/reagent/nutriment/glucose = 3, /singleton/reagent/nutriment = 3)
|
||||
reagent_data = list(/singleton/reagent/nutriment/sprinkles = list("unicorns" = 5), /singleton/reagent/nutriment/glucose = list("rainbows" = 5), /singleton/reagent/nutriment = list("your doctor crying" = 5))
|
||||
|
||||
// Assunzione
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/stafylia_gyro
|
||||
name = "stafylia gyro"
|
||||
desc = "The authentic Assunzione fast food, accept no substitutes. Sliced meat traditionally cooked on a vertical rotisserie, and served in a pita with a salad and most importantly, a sweet jam made from much regarded Assunzione grape."
|
||||
icon = 'icons/obj/item/reagent_containers/food/cultural/human.dmi'
|
||||
icon_state = "stafylia_gyro"
|
||||
reagents_to_add = list(/singleton/reagent/nutriment/protein = 6, /singleton/reagent/nutriment = 4, /singleton/reagent/nutriment/triglyceride = 2, /singleton/reagent/spacespice = 1)
|
||||
reagent_data = list(/singleton/reagent/nutriment = list("jam" = 5, "salad" =5), /singleton/reagent/nutriment/protein = list("seasoned meat" = 5))
|
||||
bitesize = 3
|
||||
filling_color = "#695753"
|
||||
|
||||
Reference in New Issue
Block a user