We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e039ec6 + 2349ea9 commit 3b883bbCopy full SHA for 3b883bb
script/job/destroy.lua
@@ -350,7 +350,7 @@ function destroy_job:check_health()
350
end
351
352
function destroy_job:request_ammo()
353
- 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
354
local ammo = storage.ammo_name[self.surface_index]
355
self.required_items[ammo.name] = { [ammo.quality] = storage.ammo_count[self.surface_index] }
356
0 commit comments