mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Utils.lua (#1886)
This commit is contained in:
@@ -2733,7 +2733,7 @@ end
|
|||||||
-- @return #string Formatted BRAA NATO call
|
-- @return #string Formatted BRAA NATO call
|
||||||
function UTILS.ToStringBRAANATO(FromGrp,ToGrp)
|
function UTILS.ToStringBRAANATO(FromGrp,ToGrp)
|
||||||
local BRAANATO = "Merged."
|
local BRAANATO = "Merged."
|
||||||
local GroupNumber = FromGrp:GetSize()
|
local GroupNumber = ToGrp:GetSize()
|
||||||
local GroupWords = "Singleton"
|
local GroupWords = "Singleton"
|
||||||
if GroupNumber == 2 then GroupWords = "Two-Ship"
|
if GroupNumber == 2 then GroupWords = "Two-Ship"
|
||||||
elseif GroupNumber >= 3 then GroupWords = "Heavy"
|
elseif GroupNumber >= 3 then GroupWords = "Heavy"
|
||||||
|
|||||||
Reference in New Issue
Block a user