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:
parent
deb10ccfa1
commit
0e89e46d37
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user