1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00
This commit is contained in:
MewMew 2020-05-18 22:39:14 +02:00
parent eab62623dd
commit 6444be4d99

View File

@ -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