mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Adds croissant (#19770)
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user