1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-12-01 22:51:51 +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

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