You've already forked ComfyFactorio
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user