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

fix origin string

parent 36792773
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
<<set $fixedRace = _races.random()>> <<set $fixedRace = _races.random()>>
<</if>> <</if>>
<<set $activeSlave = GenerateNewSlave()>> <<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.devotion -= 40>>
<<set $activeSlave.trust = random(-45,-25)>> <<set $activeSlave.trust = random(-45,-25)>>
<<set _slaveCost = slaveCost($activeSlave)>> <<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