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

Fix a few cases where the rival would not correctly abandon an opposing FS...

Fix a few cases where the rival would not correctly abandon an opposing FS before taking the rivalry FS
parent ab5ec0b4
No related branches found
No related tags found
No related merge requests found
...@@ -118,15 +118,15 @@ societal development. ...@@ -118,15 +118,15 @@ societal development.
$desc devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@ $desc devoted to spending time in the gym, leading the arcology to @@.yellow;adopt Physical Idealism.@@
<<set $arcologies[$i].FSPhysicalIdealist = 5>><<set _adopted = 1>> <<set $arcologies[$i].FSPhysicalIdealist = 5>><<set _adopted = 1>>
<<case "Physical Idealism">> <<case "Physical Idealism">>
<<if $arcologies[$i].FSAssetExpansionist != "unset">><<set $arcologies[$i].FSAssetExpansionist = "unset">><</if>> <<if $arcologies[$i].FSPhysicalIdealist != "unset">><<set $arcologies[$i].FSPhysicalIdealist = "unset">><</if>>
$desc addicted to pleasure, leading the arcology to @@.yellow;adopt Decadent Hedonism.@@ $desc addicted to pleasure, leading the arcology to @@.yellow;adopt Decadent Hedonism.@@
<<set $arcologies[$i].FSHedonisticDecadence = 5>><<set _adopted = 1>> <<set $arcologies[$i].FSHedonisticDecadence = 5>><<set _adopted = 1>>
<<case "Chattel Religionism">> <<case "Chattel Religionism">>
<<if $arcologies[$i].FSNull != "unset">><<set $arcologies[$i].FSNull = "unset">><</if>> <<if $arcologies[$i].FSChattelReligionist != "unset">><<set $arcologies[$i].FSChattelReligionist = "unset">><</if>>
$desc open minded, leading the arcology to @@.yellow;permit cultural freedom.@@ $desc open minded, leading the arcology to @@.yellow;permit cultural freedom.@@
<<set $arcologies[$i].FSNull = 5>><<set _adopted = 1>> <<set $arcologies[$i].FSNull = 5>><<set _adopted = 1>>
<<case "Multiculturalism">> <<case "Multiculturalism">>
<<if $arcologies[$i].FSChattelReligionist != "unset">><<set $arcologies[$i].FSChattelReligionist = "unset">><</if>> <<if $arcologies[$i].FSNull != "unset">><<set $arcologies[$i].FSNull = "unset">><</if>>
$desc devoutly religious, and interested in a reformation, leading the arcology to @@.yellow;adopt Chattel Religionism.@@ $desc devoutly religious, and interested in a reformation, leading the arcology to @@.yellow;adopt Chattel Religionism.@@
<<set $arcologies[$i].FSChattelReligionist = 5>><<set _adopted = 1>> <<set $arcologies[$i].FSChattelReligionist = 5>><<set _adopted = 1>>
<<case "Roman Revivalism">> <<case "Roman Revivalism">>
......
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