From 44c71165487f59419433c9f9903c95595d15aa85 Mon Sep 17 00:00:00 2001 From: Detective Google <48196179+Detective-Google@users.noreply.github.com> Date: Sun, 15 Dec 2019 11:20:31 -0600 Subject: [PATCH] Changes the birthday cake to use normal ingredients(a-la TG) since we don't have a cakehat on our map --- .../food_and_drinks/recipes/tablecraft/recipes_cake.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_cake.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_cake.dm index e26d15db..391a37d5 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_cake.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_cake.dm @@ -69,8 +69,9 @@ /datum/crafting_recipe/food/birthdaycake name = "Birthday cake" reqs = list( - /obj/item/clothing/head/hardhat/cakehat = 1, - /obj/item/reagent_containers/food/snacks/store/cake/plain = 1 + /obj/item/reagent_containers/food/snacks/store/cake/plain = 1, + /obj/item/candle = 1, + /datum/reagent/consumable/sugar = 5, ) result = /obj/item/reagent_containers/food/snacks/store/cake/birthday subcategory = CAT_CAKE