From c9e3c24bde11f4a8596743907d16b231c9f29280 Mon Sep 17 00:00:00 2001 From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io> Date: Tue, 2 Mar 2021 21:05:05 +1300 Subject: [PATCH] SecExp-Batlles-Interaction-SF --- src/Mods/SecExp/attackOptions.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mods/SecExp/attackOptions.tw b/src/Mods/SecExp/attackOptions.tw index c637703b0a1..73ab1d31ca0 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()>> -- GitLab