Skip to content

Commit 6829d75

Browse files
Merge pull request #2602 from FlightControl-Master/master-ng
Merge
2 parents 4efd71e + 867f919 commit 6829d75

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Moose Development/Moose/Utilities/Utils.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,6 +2378,11 @@ function UTILS.IsLoadingDoorOpen( unit_name )
23782378
BASE:T(unit_name .. " front door(s) are open or doors removed")
23792379
return true
23802380
end
2381+
2382+
if type_name == "Ka-50_3" and unit:getDrawArgumentValue(38) == 1 then
2383+
BASE:T(unit_name .. " cockpit door is open")
2384+
return true
2385+
end
23812386

23822387
if type_name=="C-130J-30" and (unit:getDrawArgumentValue(86)==1)then
23832388
BASE:T(unit_name.." rear doors are open")

0 commit comments

Comments
 (0)