diff --git a/TODO.txt b/TODO.txt index 8031f94bd71db8de96c9dfd804fcf6219e3d8186..7d386b37331d4084180dc685b8be7644edfab955 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 58f393e3df8fa27d94302f360cd5aea3919f8c8e..2bac10de259e0df00d4bd5144f5fb8023c76e9d1 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 {