diff --git a/lib/rocket.ks b/lib/rocket.ks index b0fa086..75138d8 100644 --- a/lib/rocket.ks +++ b/lib/rocket.ks @@ -51,6 +51,22 @@ function isp_sum { } +function deploy_fairings { + print "Deploying fairings". + for module in SHIP:modulesnamed("ModuleProceduralFairing") { + module:doaction("deploy", true). + } +} + + +function extend_antennas { + print "Extending antennas". + for module in SHIP:modulesnamed("ModuleDeployableAntenna") { + module:doaction("extend antenna", true). + } +} + + function unlock_control { // // Ensure that the throttle is 0 and that the player is not locked out of control.