1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-30 04:30:58 +02:00

Update spiral_crossings.lua

This commit is contained in:
Jayefuu 2018-12-05 07:58:48 +00:00 committed by GitHub
parent ba3a8431b8
commit b10f81005c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ local function value(base, mult, pow)
end end
end end
local function no_resources(_, _ world, tile) local function no_resources(_, _, world, tile)
for _, e in ipairs( for _, e in ipairs(
world.surface.find_entities_filtered( world.surface.find_entities_filtered(
{type = 'resource', area = {{world.x, world.y}, {world.x + 1, world.y + 1}}} {type = 'resource', area = {{world.x, world.y}, {world.x + 1, world.y + 1}}}