From 25c5b52355a1a5258ea9aedcf213441c2039ba06 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Wed, 13 Mar 2019 21:39:25 -0400 Subject: [PATCH] add a V --- src/SpecialForce/SpecialForce.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js index b2cd45f5bbc..9c48ecb6498 100644 --- a/src/SpecialForce/SpecialForce.js +++ b/src/SpecialForce/SpecialForce.js @@ -683,7 +683,7 @@ window.FlavourText = function(View) { if (S.AA >= 8) stealth=`The old skin has been replaced with a radar-absorbent material, making the aircraft difficult to pick up on radar.`; if (S.AA >= 9) scramble=`The VTOLs can scramble to react to any threat in under three minutes.`; if (S.AA >= 10) PAI=`A piloting AI has been installed, allowing the VTOLs to perform impossible maneuvers that cannot be done by a human pilot. This removes the need for a human in the aircraft altogether.`; - return `${group}. Several of the landing pads around ${arcologies[0].name} host groups of four fighters, ready to defend the arcology. ${scramble} The attack VTOL are currently ${W1} with a Gatling cannon${W2} ${W3}${support}. ${TAI} ${PAI} ${engines} ${lock} ${stealth}`; + return `${group}. Several of the landing pads around ${V.arcologies[0].name} host groups of four fighters, ready to defend the arcology. ${scramble} The attack VTOL are currently ${W1} with a Gatling cannon${W2} ${W3}${support}. ${TAI} ${PAI} ${engines} ${lock} ${stealth}`; } function TA() { @@ -730,7 +730,7 @@ window.FlavourText = function(View) { function AC() { let recom=`has been recommissioned from the Old World for ${V.SF.Lower}. It`, jets=`Formerly mothballed strike jets`, loc=``, radar=``, AAG=``, prop=``, torp=``, armor=``, power=``, scramble=``; - if (V.week % 6 === 0) { loc=`moored to the pier in the Naval Yard`; } else { loc=`patrolling the waters near ${arcologies[0].name}`; } + if (V.week % 6 === 0) { loc=`moored to the pier in the Naval Yard`; } else { loc=`patrolling the waters near ${V.arcologies[0].name}`; } if (S.AircraftCarrier >= 2) { radar=`The island's radar and comms have been improved.`; recom=``; } if (S.AircraftCarrier >= 3) AAG=`The antiair guns have been updated to automatically track and predict enemy aircraft movement.`; if (S.AircraftCarrier >= 4) jets=`Modern strike jets with state-of-the-art armaments`; -- GitLab