Skip to content
Snippets Groups Projects
Commit 69a92f58 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fixes' into 'pregmod-master'

Fix

See merge request pregmodfan/fc-pregmod!6786
parents 30b2bba6 6bd2c2ca
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
<</if>> /* Closes Pass != "Manage Penthouse""*/ <</if>> /* Closes Pass != "Manage Penthouse""*/
<<if $nextButton != "Continue" && $nextButton != " ">> <<if $nextButton != "Continue" && $nextButton != " ">>
<<if $nextButton != "Refresh">> <<if $nextButton != "Refresh" && _Pass != "RE recruit">>
<<if _Pass != "Manage Penthouse">> <br> <<if _Pass != "Manage Penthouse">> <br>
<span id="managePenthouse"> <span id="managePenthouse">
<<link [[Manage Penthouse]]>><</link>> <<link [[Manage Penthouse]]>><</link>>
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
</span> </span>
<</if>> <</if>>
<<if $sideBarOptions.compact == 0 && _Pass == "Main" || $sideBarOptions.compact == 1 && _Pass == "Manage Arcology">> <br> <<if ($sideBarOptions.compact == 0 && _Pass == "Main") || ($sideBarOptions.compact == 1 && _Pass == "Manage Arcology")>> <br>
<<if $FSAnnounced>> <<if $FSAnnounced>>
<span id="FSButton"> <br> <span id="FSButton"> <br>
<<link [[Future Societies|Future Society][$nextButton = "Back", $nextLink = "Main"]]>><</link>> <<link [[Future Societies|Future Society][$nextButton = "Back", $nextLink = "Main"]]>><</link>>
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
<</if>> <</if>>
<</if>> /* closes _Pass == "Main" && $newModelUI == 0 */ <</if>> /* closes _Pass == "Main" && $newModelUI == 0 */
<<if $sideBarOptions.compact == 0 && _Pass == "Main" || $sideBarOptions.compact == 1 && _Pass == "Manage Arcology">> <<if ($sideBarOptions.compact == 0 && _Pass == "Main") || ($sideBarOptions.compact == 1 && _Pass == "Manage Arcology")>>
<span id="policyButton"> <br> <span id="policyButton"> <br>
<<link [[Policies]]>><</link>> <<link [[Policies]]>><</link>>
</span> @@.cyan;[Y]@@ </span> @@.cyan;[Y]@@
...@@ -511,7 +511,7 @@ ...@@ -511,7 +511,7 @@
<</if>> /* Closes Pass state check */ <</if>> /* Closes Pass state check */
<br><br> <br><br>
<<if $nextButton != "Refresh">> <<if $nextButton != "Refresh" && _Pass != "RE recruit">>
<<if !["Description Options", "Options", "Summary Options"].includes(_Pass)>> <<if !["Description Options", "Options", "Summary Options"].includes(_Pass)>>
<span id="optionsButton"> <span id="optionsButton">
<<link [[Game Options|Options][$nextButton = "Back", $nextLink = _Pass]]>><</link>> <<link [[Game Options|Options][$nextButton = "Back", $nextLink = _Pass]]>><</link>>
......
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