diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_meat.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_meat.dm index f961f3f2cc..7eff00cfa6 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_meat.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_meat.dm @@ -140,7 +140,9 @@ /obj/item/reagent_containers/food/snacks/spidereggs = 1, /obj/item/reagent_containers/food/snacks/grown/kudzupod = 2, ) - result = /obj/item/reagent_containers/food/snacks/tobiko = 3 + result = list( + /obj/item/reagent_containers/food/snacks/tobiko = 3 + ) subcategory = CAT_MEAT ////////////////////////////////////////////////MISC RECIPE's////////////////////////////////////////////////