1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-16 02:47:48 +02:00

WD - Minor fix

This commit is contained in:
Gerkiz 2023-05-28 14:18:33 +02:00
parent a41257334e
commit d918f045e7

View File

@ -984,6 +984,7 @@ function Public._esp:set_boss()
if this.settings.wave_number % 100 == 0 then if this.settings.wave_number % 100 == 0 then
self.go_havoc = true self.go_havoc = true
self.havoc_interval = tick + 50 self.havoc_interval = tick + 50
self.clear_go_havoc = tick + 3600
end end
end end
end end
@ -1002,9 +1003,6 @@ function Public._esp:work(tick)
end end
self.havoc_interval = tick + 50 self.havoc_interval = tick + 50
end end
if not self.clear_go_havoc then
self.clear_go_havoc = game.tick + 3600
end
end end
self:attack_target() self:attack_target()