Skip to content

Commit

Permalink
fix(a380x/doors): disallow opening doors in mid-flight (flybywiresim#…
Browse files Browse the repository at this point in the history
…9104)

fix: door opening pressure

Co-authored-by: flogross89 <63071941+flogross89@users.noreply.github.com>
  • Loading branch information
2hwk and flogross89 authored Oct 24, 2024
1 parent d9d6390 commit af6f247
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_LeftSingle_Leave_Code">
<LEFT_SINGLE_CODE>
#TOGGLE_ID# (&gt;K:TOGGLE_AIRCRAFT_EXIT)
(L:A32NX_PRESS_MAN_CABIN_DELTA_PRESSURE, psi) 0.8 &lt; (A:INTERACTIVE POINT OPEN:#ID#, Percent) 0 &gt; || if{
#TOGGLE_ID# (&gt;K:TOGGLE_AIRCRAFT_EXIT)
}
</LEFT_SINGLE_CODE>
<TOOLTIPID>A380X.TOOLTIPS.DOORS_OPEN_CLOSE</TOOLTIPID>
</UseTemplate>
Expand All @@ -24,7 +26,9 @@
</UseTemplate>
<UseTemplate Name="ASOBO_GT_Interaction_LeftSingle_Leave_Code">
<LEFT_SINGLE_CODE>
#TOGGLE_ID# (&gt;K:TOGGLE_AIRCRAFT_EXIT)
(L:A32NX_PRESS_MAN_CABIN_DELTA_PRESSURE, psi) 0.8 &lt; (A:INTERACTIVE POINT OPEN:#ID#, Percent) 0 &gt; || if{
#TOGGLE_ID# (&gt;K:TOGGLE_AIRCRAFT_EXIT)
}
</LEFT_SINGLE_CODE>
<TOOLTIPID>A380X.TOOLTIPS.DOORS_ARM_DISARM</TOOLTIPID>
</UseTemplate>
Expand Down

0 comments on commit af6f247

Please sign in to comment.