Adds croissant (#19770)

This commit is contained in:
Adri
2022-11-25 21:07:43 +01:00
committed by GitHub
parent cde6fd1520
commit 0d415c1ec6
3 changed files with 17 additions and 0 deletions
@@ -527,5 +527,14 @@
list_reagents = list("nutriment" = 1)
tastes = list("cracker" = 1)
/obj/item/reagent_containers/food/snacks/croissant
name = "croissant"
desc = "Once a pastry reserved for the bourgeois, this flaky goodness is now on your table."
icon_state = "croissant"
bitesize = 4
filling_color = "#ecb54f"
list_reagents = list("nutriment" = 4, "sugar" = 2)
tastes = list("croissant" = 1)
#undef DONUT_NORMAL
#undef DONUT_FROSTED
@@ -392,6 +392,14 @@
)
result = /obj/item/reagent_containers/food/snacks/baguette
/datum/recipe/oven/croissant
items = list(
/obj/item/reagent_containers/food/snacks/dough,
/obj/item/reagent_containers/food/snacks/egg
)
reagents = list("sodiumchloride" = 1, "milk" = 5, "sugar" = 5)
result = /obj/item/reagent_containers/food/snacks/croissant
/datum/recipe/oven/birthdaycake
reagents = list("milk" = 5, "sugar" = 5)
items = list(
Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB