From 57d22c69627ddc8d50c584777b7a9fc56d94a19f Mon Sep 17 00:00:00 2001 From: WanderingFox95 <75953558+WanderingFox95@users.noreply.github.com> Date: Mon, 17 May 2021 12:36:12 +0200 Subject: [PATCH] Typo --- .../modules/food_and_drinks/recipes/tablecraft/recipes_bread.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_bread.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_bread.dm index 98a347eedd..e0eaf35353 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_bread.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_bread.dm @@ -4,7 +4,7 @@ ////////////////////////////////////////////////BREAD//////////////////////////////////////////////// /datum/crafting_recipe/food/bread - name = "Meat Slab" + name = "Bread" reqs = list( /obj/item/reagent_containers/food/snacks/breadslice/plain = 5, )