Wait until appropriate altitude to decouple.

This commit is contained in:
Anna Rose 2021-08-29 18:35:56 -04:00
parent dd3d741cff
commit e464fe099e

View File

@ -14,6 +14,7 @@ function PerformReentry {
local normal is VCrs(SHIP:SRFPROGRADE:FOREVECTOR, SHIP:UP:FOREVECTOR).
lock STEERING to normal.
wait until Vang(SHIP:FACING:FOREVECTOR, normal) < 5.
wait until SHIP:ALTITUDE < 70000.
// stage until only stage 0 remains.
until STAGE:NUMBER <= 1 {