diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index fef4f4c5932b26fbb6f83afa82e24fb78dea6138..ca2d3b342db3c5bc1d23da6a3e5816395cbaa79c 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 2bcb93943508aad5181ef71daee2a9d844e065a3..446cdf3a32ec8e3cb66ad526854b22758c05e38d 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>>