From d948689e1090f373f7a5f3b1245db081e7e84cb9 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Sun, 7 Apr 2024 00:45:18 +0100 Subject: [PATCH] BBQ ribs no longer require rods (#24867) * Removes rod * Update code/modules/food_and_drinks/recipes/recipes_grill.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --- code/modules/food_and_drinks/recipes/recipes_grill.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/food_and_drinks/recipes/recipes_grill.dm b/code/modules/food_and_drinks/recipes/recipes_grill.dm index cbe5f7bcf92..a126d5964d2 100644 --- a/code/modules/food_and_drinks/recipes/recipes_grill.dm +++ b/code/modules/food_and_drinks/recipes/recipes_grill.dm @@ -285,7 +285,6 @@ reagents = list("bbqsauce" = 5) items = list( /obj/item/food/snacks/meat, - /obj/item/food/snacks/meat, - /obj/item/stack/rods + /obj/item/food/snacks/meat ) result = /obj/item/food/snacks/bbqribs