mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-03-17 20:58:13 +02:00
tweak
This commit is contained in:
parent
eab62623dd
commit
6444be4d99
@ -241,8 +241,8 @@ local function hidden_biter(entity)
|
||||
unit = surface.create_entity({name = BiterRolls.wave_defense_roll_biter_name(), position = position})
|
||||
end
|
||||
|
||||
if math_random(1, 64) == 1 then
|
||||
BiterHealthBooster.add_boss_unit(unit, m * h * 5 + 1, 0.38)
|
||||
if math_random(1, 128) == 1 then
|
||||
BiterHealthBooster.add_boss_unit(unit, m * h + 5, 0.38)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user