mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user