Skip to content
Snippets Groups Projects
Commit 9f4c4271 authored by Pregmodder's avatar Pregmodder
Browse files

Fixed intro

parent d3ded075
No related branches found
No related tags found
1 merge request!5221Fixed intro
...@@ -60,21 +60,19 @@ Finally, a few Free Cities have been carved out from old world cities. Urban dec ...@@ -60,21 +60,19 @@ Finally, a few Free Cities have been carved out from old world cities. Urban dec
<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.red;Very low@@ access to refugees and other desperate people. <br>&nbsp;&nbsp;&nbsp;&nbsp;@@.red;Very low@@ access to refugees and other desperate people.
<br>&nbsp;&nbsp;&nbsp;&nbsp;@@.green;Very high@@ cultural independence. <br>&nbsp;&nbsp;&nbsp;&nbsp;@@.green;Very high@@ cultural independence.
<br>&nbsp;&nbsp;&nbsp;&nbsp;Ensures access to slaves from all over the world and will not associate the arcology with a continent. <br>&nbsp;&nbsp;&nbsp;&nbsp;Ensures access to slaves from all over the world and will not associate the arcology with a continent.
<<if $SecExp.settings.show == 1>> <<if $showSecExp == 1>>
<br>Oceanic arcologies will not be subjects of attacks. <br>Oceanic arcologies will not be subjects of attacks.
<</if>> <</if>>
<br><br> <br><br>
<<if $SecExp.settings.show == 0>> <<if $showSecExp == 1>>
<<link "Show Security Expansion changes">> <<link "Hide Security Expansion Mod effects" "Terrain Intro">>
<<set $SecExp.settings.show = 1>> <<set $showSecExp = 0>>
<<goto "Terrain Intro">>
<</link>> <</link>>
<<else>> <<else>>
<<link "Hide Security Expansion changes">> <<link "Show Security Expansion Mod effects" "Terrain Intro">>
<<set $SecExp.settings.show = 0>> <<set $showSecExp = 1>>
<<goto "Terrain Intro">>
<</link>> <</link>>
<</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