Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist 2025-05-03 17:02:29 +02:00
commit 6791a0e704
2 changed files with 672 additions and 442 deletions

File diff suppressed because it is too large Load Diff

View File

@ -897,7 +897,7 @@ function UNIT:GetAmmunition()
nAPshells = nAPshells + Nammo nAPshells = nAPshells + Nammo
end end
if ammotable[w].desc.typeName and string.find(ammotable[w].desc.typeName, "_HE", 1, true) then if ammotable[w].desc.typeName and (string.find(ammotable[w].desc.typeName, "_HE", 1, true) or string.find(ammotable[w].desc.typeName, "HESH", 1, true)) then
nHEshells = nHEshells + Nammo nHEshells = nHEshells + Nammo
end end