mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-17 20:58:13 +02:00
minor fix
This commit is contained in:
parent
fd9940632e
commit
45ab49d13a
@ -158,7 +158,7 @@ end
|
||||
|
||||
local function shred_simple_entities(entity)
|
||||
local threat = WD.get('threat')
|
||||
if threat < 5000 then
|
||||
if threat < 25000 then
|
||||
return
|
||||
end
|
||||
local simple_entities =
|
||||
|
Loading…
x
Reference in New Issue
Block a user