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

This commit is contained in:
Applevangelist 2022-11-07 16:09:00 +01:00
commit 565a5294e2
2 changed files with 4 additions and 3 deletions

View File

@ -2259,7 +2259,7 @@ function RANGE:onafterImpact( From, Event, To, result, player )
end
-- Send message to player.
local text = string.format( "%s, impact %03d° for %d ft", player.playername, result.radial, UTILS.MetersToFeet( result.distance ) )
local text = string.format( "%s, impact %03d° for %d ft (%d m)", player.playername, result.radial, UTILS.MetersToFeet( result.distance ), result.distance )
if targetname then
text = text .. string.format( " from bulls of target %s.", targetname )
else

View File

@ -1072,11 +1072,12 @@ CTLD.UnitTypes = {
--Actually it's longer, but the center coord is off-center of the model.
["UH-60L"] = {type="UH-60L", crates=true, troops=true, cratelimit = 2, trooplimit = 20, length = 16, cargoweightlimit = 3500}, -- 4t cargo, 20 (unsec) seats
["AH-64D_BLK_II"] = {type="AH-64D_BLK_II", crates=false, troops=true, cratelimit = 0, trooplimit = 2, length = 17, cargoweightlimit = 200}, -- 2 ppl **outside** the helo
}
["Bronco-OV-10A"] = {type="Bronco-OV-10A", crates= false, troops=true, cratelimit = 0, trooplimit = 5, length = 13, cargoweightlimit = 1450},
}
--- CTLD class version.
-- @field #string version
CTLD.version="1.0.17"
CTLD.version="1.0.18"
--- Instantiate a new CTLD.
-- @param #CTLD self