From bd44fc7d5966c09e12d09fe166ee92b006a5ed3a Mon Sep 17 00:00:00 2001 From: notnotmelon Date: Mon, 27 May 2024 14:29:49 -0500 Subject: [PATCH] Fix kicalk turd issue with new stdlib --- prototypes/upgrades/kicalk.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/upgrades/kicalk.lua b/prototypes/upgrades/kicalk.lua index 3fd94113..f03df40f 100644 --- a/prototypes/upgrades/kicalk.lua +++ b/prototypes/upgrades/kicalk.lua @@ -110,7 +110,7 @@ if data and not yafc_turd_integration then for _, other in pairs(other_species[i]) do recipe:add_ingredient(other[1]) recipe:add_result(other[2]) - recipe.main_product = other[2][1] + recipe.main_product = other[2].name end if i == 5 then recipe:add_ingredient({'ulric-cub', 1})