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, )