Skip to content
Snippets Groups Projects
Commit 89c52cd3 authored by lbnesquik's avatar lbnesquik
Browse files

Typos

parent e3c5984f
No related branches found
No related tags found
No related merge requests found
......@@ -169,18 +169,18 @@ approximately <strong>_estimatedMen men</strong> are coming, they seem to be
<strong>_leader</strong> lead your troops.
<br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Personally join the battle|attackOptions][$SecExp.war.commander = "PC"]]
|<<link "Let $assistant.name lead your troops""attackOptions">> <<set $SecExp.war.commander = "assistant">> <</link>>
| <<link "Let $assistant.name lead your troops""attackOptions">> <<set $SecExp.war.commander = "assistant">> <</link>>
<<if $BodyguardID !== 0 && $SecExp.edicts.defense.slavesOfficers === 1>>
|[[Let your bodyguard lead your troops|attackOptions][$SecExp.war.commander = "bodyguard"]]
| [[Let your bodyguard lead your troops|attackOptions][$SecExp.war.commander = "bodyguard"]]
<</if>>
<<if $HeadGirlID !== 0 && $SecExp.edicts.defense.slavesOfficers === 1>>
|[[Let your Head Girl lead your troops|attackOptions][$SecExp.war.commander = "headGirl"]]
| [[Let your Head Girl lead your troops|attackOptions][$SecExp.war.commander = "headGirl"]]
<</if>>
<<if $SecExp.edicts.defense.militia >= 1>>
|[[Let the citizens' militia officers lead the troops|attackOptions][$SecExp.war.commander = "citizen"]]
| [[Let the citizens' militia officers lead the troops|attackOptions][$SecExp.war.commander = "citizen"]]
<</if>>
<<if $mercenaries > 0>>
|[[Let the mercenary officers lead the troops|attackOptions][$SecExp.war.commander = "mercenary"]]
| [[Let the mercenary officers lead the troops|attackOptions][$SecExp.war.commander = "mercenary"]]
<</if>>
<<if $SF.Toggle && $SF.Active >= 1 && $SF.MercCon.CanAttend === -2>>
|[[Let The Colonel lead the troops|attackOptions][$SecExp.war.commander = "colonel"]]
......
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