You've already forked ComfyFactorio
mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2026-06-20 16:32:28 +02:00
minor fix
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user