From bd6df7306b88468cd3c58df77dcf279a182af309 Mon Sep 17 00:00:00 2001 From: Blank <blank@national.shitposting.agency> Date: Tue, 11 Jun 2019 20:35:29 -0700 Subject: [PATCH] fixAndIdeaStorage --- TODO.txt | 2 ++ src/SpecialForce/SpecialForce.js | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index 8031f94bd71..7d386b37331 100644 --- a/TODO.txt +++ b/TODO.txt @@ -28,3 +28,5 @@ main.tw porting: - use guard - toychest - walk past + +show exactly which organ is ready at the bottom of the main screen diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js index 58f393e3df8..2bac10de259 100644 --- a/src/SpecialForce/SpecialForce.js +++ b/src/SpecialForce/SpecialForce.js @@ -3100,13 +3100,13 @@ App.SF.UnitText = function(input) { if (V.week % 6 === 0) { let loc2 = `is` - if input !== 'HAT') { + if (input !== 'HAT') { loc2 += ` moored to`; } else { loc2 += ` parked on`; } loc2 += ` the pier in the Naval Yard`; - if input === 'HAT') { + if (input === 'HAT') { loc2 += `, ready to ferry ${tons} tons of soldiers and vehicles`; } } else { -- GitLab