Skip to content
Snippets Groups Projects
Commit c9e3c24b authored by Blank_Alt's avatar Blank_Alt
Browse files

SecExp-Batlles-Interaction-SF

parent 88e3f5f4
No related branches found
No related tags found
No related merge requests found
...@@ -230,7 +230,7 @@ approximately <strong>_estimatedMen men</strong> are coming, they seem to be ...@@ -230,7 +230,7 @@ approximately <strong>_estimatedMen men</strong> are coming, they seem to be
<<if $SF.Toggle && $SF.Active >= 1 && $majorBattle>> <br> <<if $SF.Toggle && $SF.Active >= 1 && $majorBattle>> <br>
<<set _options = new App.UI.OptionsGroup()>> <<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() .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.")>> .addComment("Some upgrades will be able to support your troops even if the special force is not deployed in the fight.")>>
<<includeDOM _options.render()>> <<includeDOM _options.render()>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment