diff options
| -rw-r--r-- | enemies.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/enemies.lua b/enemies.lua index 3d5a509..4ee6041 100644 --- a/enemies.lua +++ b/enemies.lua @@ -546,7 +546,7 @@ function addmissileboss(x, y) --boss that shoots missiles!!! enemy.targety = rnd(96) end if enemy.shootcooldown < 0 then - enemy.shootcooldown = 0.6 + rnd(0.5) + enemy.shootcooldown = 0.6 + rnd(0.6) if enemy.x < canshootatx and players[targetplayer] ~= nil then local offsetmissleboss = 2 if currentwavetime%2 > 1 then offsetmissleboss = 30 end |
