Skip to content
Snippets Groups Projects
Commit b1a47c34 authored by svornost's avatar svornost
Browse files

Fix neighbor FS development

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