CSAR/CTLD basic support for MH-60R

This commit is contained in:
Applevangelist
2024-03-07 10:20:27 +01:00
parent 1e15509001
commit cb61177252
4 changed files with 24 additions and 3 deletions

View File

@@ -2237,6 +2237,11 @@ function UTILS.IsLoadingDoorOpen( unit_name )
return true -- no doors on this one ;)
end
if type_name == "MH-60R" and (unit:getDrawArgumentValue(403) > 0 or unit:getDrawArgumentValue(403) == -1) then
BASE:T(unit_name .. " cargo door is open")
return true
end
return false
end -- nil