diff --git a/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs b/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs index 0b1ebacbda1d..0b4717c99e3e 100644 --- a/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs +++ b/fbw-common/src/wasm/systems/systems/src/engine/reverser_thrust.rs @@ -52,7 +52,7 @@ impl ReverserThrust { fn reverse_thrust_ratio_from_n1(engine_n1: Ratio) -> Ratio { let n1_breakpoints = [0., 15., 20., 50., 55., 100.]; - let reverse_thrust_ratio = [0., 0., 0.08, 0.20, 0.21, 0.21]; + let reverse_thrust_ratio = [0., 0., 0.04, 0.10, 0.10, 0.10]; Ratio::new::(interpolation( &n1_breakpoints,