From 727788ac754ab0e616dd651cead225c9f66015ba Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 9 Aug 2020 22:47:25 -0400 Subject: [PATCH] fix origin string --- src/uncategorized/reFSAcquisition.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw index c784a9478ab..cfcedf80888 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)>> -- GitLab