Changes the birthday cake to use normal ingredients(a-la TG) since we don't have a cakehat on our map

This commit is contained in:
Detective Google
2019-12-15 11:20:31 -06:00
parent 6703770a15
commit 44c7116548
@@ -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