graphics and balance changes

This commit is contained in:
Paul 2021-10-12 21:09:46 +02:00
parent 20879f7d46
commit 8aa10ffd83
43 changed files with 237 additions and 228 deletions

View file

@ -26,7 +26,7 @@ end
function gr_white_hole_recipe_generator()
local items = data.raw.item
for i,v in pairs(items) do
if data.raw.item[i].stack_size > 1 then
if tonumber(data.raw.item[i].stack_size) > 1 then
gr_make_white_hole_recipe(data.raw.item[i].name)
end
end