mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
add missing mints recipe (#28926)
This commit is contained in:
@@ -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