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

Merge branch 'pregmod-dev' into 'pregmod-master'

fix origin string

See merge request pregmodfan/fc-pregmod!7427
parents 36792773 727788ac
No related branches found
No related tags found
No related merge requests found
......@@ -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)>>
......
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