1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

Update unearthing_biters.lua

This commit is contained in:
hanakocz 2020-02-14 21:10:32 +01:00 committed by GitHub
parent deb10ccfa1
commit 0e89e46d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ end
local function unearthing_biters(surface, position, amount)
if not surface then return end
if not surface.valid then return end
if not surface.valid then return end
if not position then return end
if not position.x then return end
if not position.y then return end
@ -80,4 +80,4 @@ local function unearthing_biters(surface, position, amount)
end
end
return unearthing_biters
return unearthing_biters