mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
add missing mints recipe (#28926)
This commit is contained in:
committed by
GitHub
parent
86431d1b17
commit
1aad824d07
@@ -851,6 +851,15 @@
|
||||
PCWJ_USE_ICE_CREAM_MIXER(10 SECONDS),
|
||||
)
|
||||
|
||||
/datum/cooking/recipe/mint
|
||||
container_type = /obj/item/reagent_containers/cooking/icecream_bowl
|
||||
product_type = /obj/item/food/mint
|
||||
catalog_category = COOKBOOK_CATEGORY_CANDY
|
||||
steps = list(
|
||||
PCWJ_ADD_REAGENT("toxin", 5),
|
||||
PCWJ_USE_ICE_CREAM_MIXER(10 SECONDS),
|
||||
)
|
||||
|
||||
/datum/cooking/recipe/mint_2
|
||||
container_type = /obj/item/reagent_containers/cooking/icecream_bowl
|
||||
product_type = /obj/item/food/mint
|
||||
|
||||
Reference in New Issue
Block a user