Skip to content

Commit

Permalink
Add tip for Gamma secret
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Sep 1, 2024
1 parent 53ea494 commit 0e9b1b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/base/script/campaign/cam3-4.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,10 @@ function destroyPlayerVtols()

function activateNexus()
{
camSetExtraObjectiveMessage(_("Destroy the Nexus HQ to disable the Nexus Intruder Program"));
const HINT_TIP = _("Destroy the Nexus HQ to disable the Nexus Intruder Program");
const HINT_TIP_WARN = _("Warning: HQ shielded against VTOL attacks");
const objectiveMessages = [HINT_TIP, HINT_TIP_WARN];
camSetExtraObjectiveMessage(objectiveMessages);
playSound(cam_sounds.nexus.synapticLinksActivated);
camSetNexusState(true);
setTimer("nexusHackFeature", camSecondsToMilliseconds((difficulty <= EASY) ? 20 : 10));
Expand Down

0 comments on commit 0e9b1b9

Please sign in to comment.