Adding Kiowa support in CSAR und CTLD

This commit is contained in:
Applevangelist
2024-06-07 16:03:45 +02:00
parent c87e91d845
commit 333ed629bb
3 changed files with 9 additions and 2 deletions

View File

@@ -2249,6 +2249,11 @@ function UTILS.IsLoadingDoorOpen( unit_name )
return true
end
if type_name == " OH-58D" and (unit:getDrawArgumentValue(35) > 0 or unit:getDrawArgumentValue(421) == -1) then
BASE:T(unit_name .. " cargo door is open")
return true
end
return false
end -- nil