diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw index c784a9478ab8e500832a80405132438e2c26fc7d..cfcedf8088862249bd872741e2d7ee2e132e5d44 100644 --- a/src/uncategorized/reFSAcquisition.tw +++ b/src/uncategorized/reFSAcquisition.tw @@ -97,7 +97,7 @@ <<set $fixedRace = _races.random()>> <</if>> <<set $activeSlave = GenerateNewSlave()>> -<<set $activeSlave.origin = "$He made the mistake of marrying into a $arcologies[0].FSSupremacistRace neighborhood and was kidnapped then sold to you.">> +<<set $activeSlave.origin = "$He made the mistake of marrying into a " + $arcologies[0].FSSupremacistRace + " neighborhood and was kidnapped then sold to you.">> <<set $activeSlave.devotion -= 40>> <<set $activeSlave.trust = random(-45,-25)>> <<set _slaveCost = slaveCost($activeSlave)>>