Skip to content

Commit 3b883bb

Browse files
authored
Merge pull request #290 from ILLISIS/dev
v2.0.37
2 parents e039ec6 + 2349ea9 commit 3b883bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/job/destroy.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ function destroy_job:check_health()
350350
end
351351

352352
function destroy_job:request_ammo()
353-
if storage.ammo_count[self.surface_index] > 0 and (self.worker.name ~= "constructron-rocket-powered") then
353+
if storage.ammo_count[self.surface_index] > 0 then
354354
local ammo = storage.ammo_name[self.surface_index]
355355
self.required_items[ammo.name] = { [ammo.quality] = storage.ammo_count[self.surface_index] }
356356
end

0 commit comments

Comments
 (0)