1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

Update ai.lua

This commit is contained in:
danielmartin0 2022-12-02 19:21:19 +00:00
parent bc01e09001
commit 39d1afa583

View File

@ -144,9 +144,9 @@ function Public.wave_size_rng() -- random variance in attack sizes
elseif rng2 <= 985 then
wave_size_multiplier = 2
elseif rng2 <= 995 then
wave_size_multiplier = 2.75
wave_size_multiplier = 3
else
wave_size_multiplier = 3.5
wave_size_multiplier = 4
end
end