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

vanilla fixes

parent 69f21cc0
No related branches found
No related tags found
No related merge requests found
......@@ -607,7 +607,7 @@ __You are customizing this slave:__
<br>''Prestige:''
<span id="prestige">
<<if $activeSlave.prestige >= 3>>@@.green;World renowned.@@
<<elseif $activeSlave.prestige >= 3>>@@.green;Regionally famous.@@
<<elseif $activeSlave.prestige >= 2>>@@.green;Regionally famous.@@
<<elseif $activeSlave.prestige >= 1>>@@.green;Locally known.@@
<<else>>None.
<</if>>
......
......@@ -529,7 +529,7 @@ societal development.
<<elseif ($arcologies[$i].FSRomanRevivalist == "unset") && $arcologies[$i].FSAztecRevivalist == "unset") && ($arcologies[$i].FSEgyptianRevivalist == "unset") && ($arcologies[$i].FSEdoRevivalist == "unset") && ($arcologies[$i].FSArabianRevivalist == "unset") && ($arcologies[$i].FSChineseRevivalist == "unset")>>
<<if random(0,1) == 0>>
The arcology's racial Subjugationist culture @@.yellow;pushes it towards Egyptian Revivalism,@@ since the Ancient Egyptians are famous for keeping a race of slaves.
<<set $arcologies[$i].FSRomanRevivalist = 5>><<set $adopted = 1>>
<<set $arcologies[$i].FSEgyptianRevivalist = 5>><<set $adopted = 1>>
<<else>>
The arcology's racial Supremacist culture @@.yellow;pushes it towards Aztec Revivalism,@@ since the enslavement and sacrifice of slaves was fundamental to the culture.
<<set $arcologies[$i].FSAztecRevivalist = 5>><<set $adopted = 1>>
......
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