From 2ea82c60dbe6b21dd26f4b14e14c2ebee601db56 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Tue, 21 Apr 2026 00:24:35 -0400 Subject: [PATCH] fix PDA recipe for supermatter sandwich (#31925) --- code/modules/cooking/recipes/cutting_board_recipes.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/cooking/recipes/cutting_board_recipes.dm b/code/modules/cooking/recipes/cutting_board_recipes.dm index 04c7660d5af..c9b11691388 100644 --- a/code/modules/cooking/recipes/cutting_board_recipes.dm +++ b/code/modules/cooking/recipes/cutting_board_recipes.dm @@ -546,6 +546,9 @@ return ..() +/datum/cooking/recipe_step/add_item/supermatter_sliver/get_pda_formatted_desc() + return "Add a sliver of a supermatter crystal." + /datum/cooking/recipe/supermatter_sandwich container_type = /obj/item/reagent_containers/cooking/board product_type = /obj/item/food/supermatter_sandwich