Stage during ascent, if needed.
This commit is contained in:
parent
9b0792b81a
commit
75a7dfec22
2 changed files with 12 additions and 2 deletions
|
@ -13,7 +13,7 @@ function ExecNode {
|
|||
|
||||
if WillStage(NEXTNODE:DELTAV:MAG) {
|
||||
print "WARNING: kOS will stage during this node execution. Safe cancellation requires reboot.".
|
||||
when flameOut() then {
|
||||
when FlameOut() then {
|
||||
print "Flameout detected. Staging.".
|
||||
stage.
|
||||
}
|
||||
|
@ -156,7 +156,7 @@ function stageMass {
|
|||
return m.
|
||||
}
|
||||
|
||||
function flameOut {
|
||||
function FlameOut {
|
||||
local ens is List().
|
||||
list engines in ens.
|
||||
for en in ens {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue