Skip to content

Commit

Permalink
Fix kicalk turd issue with new stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed May 27, 2024
1 parent 1b211d7 commit bd44fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/upgrades/kicalk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit bd44fc7

Please sign in to comment.