A christmas miracle! Adds english fruitcake. (#63557)

This PR adds the ability to craft english fruitcakes using:
    1 plain cake
    1 raisin
    1 cherry
    5u rum

It is an absolute holiday classic and quite different than most of our other cakes which are more sponge style cakes.
This commit is contained in:
Krysonism
2021-12-24 10:54:41 -08:00
committed by GitHub
parent 52d50d9873
commit ecee2f2cb6
3 changed files with 38 additions and 0 deletions
@@ -232,3 +232,14 @@
)
result = /mob/living/simple_animal/pet/cat/cak
subcategory = CAT_CAKE //Cat! Haha, get it? CAT? GET IT? We get it - Love Felines
/datum/crafting_recipe/food/fruitcake
name = "english fruitcake"
reqs = list(
/obj/item/food/cake/plain = 1,
/obj/item/food/no_raisin = 1,
/obj/item/food/grown/cherries = 1,
/datum/reagent/consumable/ethanol/rum = 5
)
result = /obj/item/food/cake/fruit
subcategory = CAT_CAKE