From b97475a5e4ba817a391bd65ff85b268626df927a Mon Sep 17 00:00:00 2001 From: Orpheus-wq <81803907+Orpheus-wq@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:38:25 +0100 Subject: [PATCH] Fixed Egg-Plants peeling recipe. Makes it actually consume an egg-plant when used. No more infinite eggs, unfortunately. --- .../food_and_drinks/recipes/tablecraft/recipes_misc.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_misc.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_misc.dm index d233ded3..75bb7af2 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_misc.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_misc.dm @@ -108,8 +108,8 @@ /datum/crafting_recipe/food/peel name = "Peel Egg-Plants" - time = 20 - reqs = list(/obj/item/reagent_containers/food/snacks/grown/shell/eggy) + time = 5 + reqs = list(/obj/item/reagent_containers/food/snacks/grown/shell/eggy = 1) result = /obj/item/reagent_containers/food/snacks/egg subcategory = CAT_MISCFOOD