Skip to content
Snippets Groups Projects
Commit 5bccbc50 authored by Blank's avatar Blank Committed by Pregmodder
Browse files

Fixes-slaveEventAdd

parent 2fd40f17
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<<else>> <<else>>
<strong> <strong>
<<if _Pass !== "Encyclopedia">> /* must use link so spacebar shortcut will work */ <<if _Pass !== "Encyclopedia">> /* must use link so spacebar shortcut will work */
<<link [[$nextButton|$nextLink][]]>><</link>> <<link "$nextButton">> <<goto $nextLink>> <</link>>
<<else>> <<else>>
<<link [[Back to Free Cities|$nextLink]]>><</link>> <<link [[Back to Free Cities|$nextLink]]>><</link>>
<</if>> <</if>>
...@@ -31,23 +31,23 @@ ...@@ -31,23 +31,23 @@
<<if $propHub > 0 && _Pass !== "propagandaHub">> <<if $propHub > 0 && _Pass !== "propagandaHub">>
<span id="propHub"> <br> <span id="propHub"> <br>
<<link [[Manage PR|propagandaHub][$nextButton = "Back", $nextLink = _Pass]]>><</link>> <<link [[Manage PR|propagandaHub]]>><</link>>
</span> @@.cyan;[Shift+H]@@ </span> @@.cyan;[Shift+H]@@
<</if>> <</if>>
<<if $secHQ > 0 && _Pass !== "securityHQ">> <<if $secHQ > 0 && _Pass !== "securityHQ">>
<span id="securityHQ"> <br> <span id="securityHQ"> <br>
<<link [[Manage Security|securityHQ][$nextButton = "Back", $nextLink = _Pass]]>><</link>> <<link [[Manage Security|securityHQ]]>><</link>>
</span> @@.cyan;[Shift+S]@@ </span> @@.cyan;[Shift+S]@@
<</if>> <</if>>
<<if $secBarracks > 0 && _Pass !== "secBarracks">> <<if $secBarracks > 0 && _Pass !== "secBarracks">>
<span id="secBarracks"> <br> <span id="secBarracks"> <br>
<<link [[Manage Military|secBarracks][$nextButton = "Back", $nextLink = _Pass]]>><</link>> <<link [[Manage Military|secBarracks]]>><</link>>
</span> @@.cyan;[Shift+A]@@ </span> @@.cyan;[Shift+A]@@
<</if>> <</if>>
<<if $riotCenter > 0 && _Pass !== "riotControlCenter">> <<if $riotCenter > 0 && _Pass !== "riotControlCenter">>
<span id="riotCenter"> <br> <span id="riotCenter"> <br>
<<link [[Manage Rebels|riotControlCenter][$nextButton = "Back", $nextLink = _Pass]]>><</link>> <<link [[Manage Rebels|riotControlCenter]]>><</link>>
</span> @@.cyan;[Shift+R]@@ </span> @@.cyan;[Shift+R]@@
<</if>> <</if>>
<</widget>> <</widget>>
...@@ -769,7 +769,7 @@ ...@@ -769,7 +769,7 @@
<</if>> /* Closes nextButton !== "Continue" && nextButton !== " " */ <</if>> /* Closes nextButton !== "Continue" && nextButton !== " " */
<</if>> <</if>>
<<if _Pass !== "Encyclopedia" && ($showEncyclopedia > 0 || $nextButton !== "Continue")>> <<if _Pass !== "Encyclopedia" && $showEncyclopedia > 0 && $nextButton !== "Continue">>
<<if $nextButton === " ">> <br> <</if>> <<if $ui != "start">> <br> <</if>> <<if $nextButton === " ">> <br> <</if>> <<if $ui != "start">> <br> <</if>>
//''FCE'':// [[$encyclopedia|Encyclopedia][$nextButton = "Back", $nextLink = _Pass]] //''FCE'':// [[$encyclopedia|Encyclopedia][$nextButton = "Back", $nextLink = _Pass]]
<</if>> <</if>>
......
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