Files
Penelope Haze 4c2a76ede3 Fix a large number of typos (#89254)
Fixes a very large number of typos. A few of these fixes also extend to
variable names, but only the really egregious ones like "concious".
2025-01-28 22:16:16 +01:00

22 lines
818 B
Plaintext

/obj/item/book/granter/crafting_recipe/cooking_sweets_101
name = "Cooking Desserts 101"
desc = "A cook book that teaches you some more of the newest desserts. AI approved, and a bestseller on Honkplanet."
crafting_recipe_types = list(
/datum/crafting_recipe/food/mimetart,
/datum/crafting_recipe/food/berrytart,
/datum/crafting_recipe/food/cocolavatart,
/datum/crafting_recipe/food/clowncake,
/datum/crafting_recipe/food/vanillacake
)
icon_state = "cooking_learing_sweets"
uses = INFINITY
remarks = list(
"So that is how icing is made!",
"Placing fruit on top? How simple...",
"Huh layering cake seems harder then this...",
"This book smells like candy",
"A clown must have made this page, or they forgot to spell check it before printing...",
"Wait, a way to cook slime to be safe?",
)