#UTILS - added rear door check for CH-47

This commit is contained in:
Applevangelist 2024-08-04 17:32:07 +02:00
parent 06d4e4ac1c
commit 0d88fec4bf

View File

@ -2320,7 +2320,7 @@ function UTILS.IsLoadingDoorOpen( unit_name )
return true
end
if type_name == "CH-47Fbl1" and (unit:getDrawArgumentValue(86) > 0) then
if type_name == "CH-47Fbl1" and (unit:getDrawArgumentValue(86) > 0.5) then
BASE:T(unit_name .. " rear cargo door is open")
return true
end