diff --git a/script/job/destroy.lua b/script/job/destroy.lua index 2b63fdf..702fb56 100644 --- a/script/job/destroy.lua +++ b/script/job/destroy.lua @@ -350,7 +350,7 @@ function destroy_job:check_health() end function destroy_job:request_ammo() - if storage.ammo_count[self.surface_index] > 0 and (self.worker.name ~= "constructron-rocket-powered") then + if storage.ammo_count[self.surface_index] > 0 then local ammo = storage.ammo_name[self.surface_index] self.required_items[ammo.name] = { [ammo.quality] = storage.ammo_count[self.surface_index] } end