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

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

Made startingGirls race setting stop pretending to be nationality

See merge request !6808
parents 93cf5a77 c471c2ab
No related branches found
No related tags found
1 merge request!6808Made startingGirls race setting stop pretending to be nationality
......@@ -487,11 +487,11 @@
<</if>>
<<run _option.addComment(`<span class=warning>${_comment}</span>`)>>
<</if>>
<<run _options.addOption("$His nationality is", "nationality", $activeSlave).showTextBox()>>
<<if $seeRace == 1>>
<<run _options.addOption("$His ethnicity is", "nationality", $activeSlave).showTextBox()
<<run _options.addOption("$His ethnicity is", "race", $activeSlave).showTextBox()
.addValueList([["White", "white"], ["Asian", "asian"], ["Latina", "latina"], ["Middle Eastern", "middle eastern"],
["Black", "black"], ["Semetic", "semetic"], ["Southern European", "southern european"], ["Indo-Aryan", "indo-aryan"],
["Amerindian", "amerindian"], ["Pacific Islander", "pacific islander"], ["Malay", "malay"], ["Mixed Race", "mixed race"]])>>
......
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