Skip to content
Snippets Groups Projects
Commit 14dd4b9e authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

Fix neighbor FS development

Closes #2254

See merge request pregmodfan/fc-pregmod!7733
parents 37844b3c b1a47c34
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,7 @@ societal development.
<<if $arcologies[$i].FSEdoRevivalist != "unset">><<set $arcologies[$i].FSEdoRevivalist = "unset">><</if>>
<<if $arcologies[$i].FSChineseRevivalist != "unset">><<set $arcologies[$i].FSChineseRevivalist = "unset">><</if>>
<<if $arcologies[$i].FSAztecRevivalist != "unset">><<set $arcologies[$i].FSAztecRevivalist = "unset">><</if>>
<<if $arcologies[$i].FSNeoImperialist != "unset">><<set $arcologies[$i].FSNeoImperialist = "unset">><</if>>
$desc fascinated by ancient Egyptian history, leading the arcology to @@.yellow;adopt Egyptian Revivalism.@@
<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set _adopted = 1>>
<<case "Chinese Revivalism">>
......@@ -501,7 +502,6 @@ societal development.
<</if>>
<</if>>
<</if>>
<</if>>
<<if ($arcologies[$i].FSRomanRevivalist == "unset")>>
<<if ($arcologies[$i].FSAztecRevivalist == "unset")>>
<<if ($arcologies[$i].FSEgyptianRevivalist == "unset")>>
......@@ -549,6 +549,7 @@ societal development.
<</if>>
<</if>>
<</if>>
<</if>>
<<set _adopted = 0>> /* did not break out of the for loop, so no FS was adopted */
<</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