1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2024-12-28 23:06:38 +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
self.go_havoc = true
self.havoc_interval = tick + 50
self.clear_go_havoc = tick + 3600
end
end
end
@ -1002,9 +1003,6 @@ function Public._esp:work(tick)
end
self.havoc_interval = tick + 50
end
if not self.clear_go_havoc then
self.clear_go_havoc = game.tick + 3600
end
end
self:attack_target()