diff --git a/src/Mods/SecExp/attackOptions.tw b/src/Mods/SecExp/attackOptions.tw index c637703b0a103188a6214c2c65979e58dadea5bc..73ab1d31ca0a25c02e7011a65540df25177efd78 100644 --- a/src/Mods/SecExp/attackOptions.tw +++ b/src/Mods/SecExp/attackOptions.tw @@ -230,7 +230,7 @@ approximately <strong>_estimatedMen men</strong> are coming, they seem to be <<if $SF.Toggle && $SF.Active >= 1 && $majorBattle>> <br> <<set _options = new App.UI.OptionsGroup()>> - <<run _options.addOption("The incoming attack's scale warrants deploying the special force.", "SecExp.war.deploySF") + <<run _options.addOption("The incoming attack's scale warrants deploying the special force.", "deploySF", $SecExp.war) .addValue("Green light", 1).on().addValue("Red light", 0).off() .addComment("Some upgrades will be able to support your troops even if the special force is not deployed in the fight.")>> <<includeDOM _options.render()>>