From afa08ad062689beb705915553795924372f0ecd5 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Wed, 13 Sep 2017 02:20:49 -0400 Subject: [PATCH] vanilla fixes --- src/npc/startingGirls/startingGirls.tw | 2 +- src/uncategorized/neighborsFSAdoption.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index fef4f4c5932..ca2d3b342db 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -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>> diff --git a/src/uncategorized/neighborsFSAdoption.tw b/src/uncategorized/neighborsFSAdoption.tw index 2bcb9394350..446cdf3a32e 100644 --- a/src/uncategorized/neighborsFSAdoption.tw +++ b/src/uncategorized/neighborsFSAdoption.tw @@ -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>> -- GitLab