mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
Merge pull request #141 from Detective-Google/Caks-for-all
Changes the birthday cake to use normal ingredients
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user