Skip to content
Snippets Groups Projects
Commit cb212768 authored by kopareigns's avatar kopareigns
Browse files

Fixes

parent ff6e9dbb
No related branches found
No related tags found
No related merge requests found
......@@ -554,7 +554,7 @@ societal development.
<<set $arcologies[$i].FSDegradationist = 5>><<break>>
<<elseif ($arcologies[$i].FSHedonisticDecadence == "unset") && ($arcologies[$i].FSPhysicalIdealist == "unset")>>
The arcology's wide range of imports @@.yellow;pushes it towards Decadent Hedonism,@@ since it has access to so many undiscovered pleasures.
<<set $arcologies[$i].FSDegradationist = 5>><<break>>
<<set $arcologies[$i].FSHedonisticDecadence = 5>><<break>>
<</if>>
<</if>>
<<if $arcologies[$i].FSGenderRadicalist > random(50,200)>>
......@@ -566,7 +566,7 @@ societal development.
<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
<<elseif ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSCummunism == "unset")>>
The arcology's Gender Radicalist culture @@.yellow;pushes it towards Cummunism,@@ since many of its slaves are capable of giving cum.
<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
<<set $arcologies[$i].FSCummunism = 5>><<break>>
<</if>>
<<elseif $arcologies[$i].FSGenderFundamentalist > random(50,200)>>
<<if ($arcologies[$i].FSPastoralist == "unset") && ($arcologies[$i].FSCummunism == "unset")>>
......@@ -724,7 +724,7 @@ societal development.
<<if $arcologies[$i].FSAztecRevivalist > random(50,200)>>
<<if ($arcologies[$i].FSDegradationist == "unset") && ($arcologies[$i].FSPaternalist == "unset")>>
The arcology's Aztec Revivalist culture @@.yellow;pushes it towards Degradation,@@ since most Aztec war slaves were tortured and sacrificed.
<<set $arcologies[$i].FSPaternalist = 5>><<break>>
<<set $arcologies[$i].FSDegradationist = 5>><<break>>
<</if>>
<</if>>
<<if $arcologies[$i].FSEgyptianRevivalist > random(50,200)>>
......@@ -737,7 +737,7 @@ societal development.
<</if>>
<</if>>
<<if $arcologies[$i].FSEdoRevivalist > random(50,200)>>
<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSTransformationFetishist == "unset")>>
<<if ($arcologies[$i].FSSlimnessEnthusiast == "unset") && ($arcologies[$i].FSAssetExpansionist == "unset")>>
The arcology's Edo Revivalist culture @@.yellow;pushes it towards Slimness Enthusiasm,@@ since slim and elegant slaves are already fashionable there.
<<set $arcologies[$i].FSSlimnessEnthusiast = 5>><<break>>
<</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