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
1 merge request!8777Space out things in the battle screen
...@@ -169,18 +169,18 @@ approximately <strong>_estimatedMen men</strong> are coming, they seem to be ...@@ -169,18 +169,18 @@ approximately <strong>_estimatedMen men</strong> are coming, they seem to be
<strong>_leader</strong> lead your troops. <strong>_leader</strong> lead your troops.
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Personally join the battle|attackOptions][$SecExp.war.commander = "PC"]] [[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>> <<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>>
<<if $HeadGirlID !== 0 && $SecExp.edicts.defense.slavesOfficers === 1>> <<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>>
<<if $SecExp.edicts.defense.militia >= 1>> <<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>>
<<if $mercenaries > 0>> <<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>>
<<if $SF.Toggle && $SF.Active >= 1 && $SF.MercCon.CanAttend === -2>> <<if $SF.Toggle && $SF.Active >= 1 && $SF.MercCon.CanAttend === -2>>
|[[Let The Colonel lead the troops|attackOptions][$SecExp.war.commander = "colonel"]] |[[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