Skip to content
Snippets Groups Projects
Commit fe2b40ef authored by hexall90's avatar hexall90
Browse files

fixes

parent 7d1d1321
No related branches found
No related tags found
3 merge requests!1155Pregmod master,!1039Hexall90's security expansion mod,!964Sec exp v9.3
...@@ -389,7 +389,7 @@ __Militia__ ...@@ -389,7 +389,7 @@ __Militia__
<<set _elimUnit = $militiaUnits[_i]>> <<set _elimUnit = $militiaUnits[_i]>>
<<set _newMilitiaUnits = []>> <<set _newMilitiaUnits = []>>
<<for _y = 0; _y < _sL; _y++>> <<for _y = 0; _y < _sL; _y++>>
<<if $slaveUnits[_y] != _elimUnit>> <<if $militiaUnits[_y] != _elimUnit>>
<<set _newMilitiaUnits.push($militiaUnits[_y])>> <<set _newMilitiaUnits.push($militiaUnits[_y])>>
<</if>> <</if>>
<</for>> <</for>>
......
...@@ -433,7 +433,7 @@ ...@@ -433,7 +433,7 @@
<br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@ <br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@
<</if>> <</if>>
<<if $riotCenter == 1>> <<if $riotCenter == 1>>
<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotCenter">><</link>></span> @@.cyan;[Shift+R]@@ <br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
<</if>> <</if>>
<</if>> <</if>>
<<if $cyberMod != 0 && $researchLab.built == "true">> <<if $cyberMod != 0 && $researchLab.built == "true">>
...@@ -470,7 +470,7 @@ ...@@ -470,7 +470,7 @@
<br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@ <br><span id="secBarracks"><<link "Manage Military">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "secBarracks">><</link>></span> @@.cyan;[Shift+A]@@
<</if>> <</if>>
<<if $riotCenter == 1>> <<if $riotCenter == 1>>
<br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotCenter">><</link>></span> @@.cyan;[Shift+R]@@ <br><span id="riotCenter"><<link "Manage Rebels">><<set $nextButton = "Back", $nextLink = _Pass>><<goto "riotControlCenter">><</link>></span> @@.cyan;[Shift+R]@@
<</if>> <</if>>
<</if>> <</if>>
<<if $cyberMod != 0 && $researchLab.built == "true">> <<if $cyberMod != 0 && $researchLab.built == "true">>
......
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