Per pilot feedback have a higher quantity of hydraulic fluid on startup
This commit is contained in:
parent
d32fc880f3
commit
31471cb0f8
1 changed files with 3 additions and 3 deletions
|
@ -69,9 +69,9 @@ var HYD = {
|
|||
},
|
||||
init: func() {
|
||||
me.resetFail();
|
||||
me.Qty.blueInput.setValue(math.round((rand() * 2) + 6 , 0.1)); # Random between 6 and 8
|
||||
me.Qty.greenInput.setValue(math.round((rand() * 4) + 14 , 0.1)); # Random between 14 and 18
|
||||
me.Qty.yellowInput.setValue(math.round((rand() * 4) + 10 , 0.1)); # Random between 10 and 14
|
||||
me.Qty.blueInput.setValue(8);
|
||||
me.Qty.greenInput.setValue(16);
|
||||
me.Qty.yellowInput.setValue(15);
|
||||
me.Switch.blueElec.setValue(1);
|
||||
me.Switch.blueElecOvrd.setValue(0);
|
||||
me.Switch.greenEDP.setValue(1);
|
||||
|
|
Loading…
Reference in a new issue