Skip to content
Snippets Groups Projects
Commit 4158a141 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix customSlave nationality

parent a11e4b64
No related branches found
No related tags found
No related merge requests found
:: SE custom slave delivery [nobr]
<<set $customSlaveOrdered = 0, $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $encyclopedia = "Enslaving People">>
<<if $customSlave.nationality != "Nationality is unimportant">>
<<set _nationality = $customSlave.nationality>>
<</if>>
<<set _pram = {mature: 0, nationality: _nationality, ageOverridesPedoMode: 1}>>
<<if $customSlave.age == 2>>
<<set _pram.minAge = $minimumSlaveAge>>
......@@ -103,9 +105,6 @@
<<set _pram.minAge = 130>>
<<set _pram.maxAge = $retirementAge-1>>
<</if>>
<<if $customSlave.nationality != "Nationality is unimportant">>
<<set _nationality = $customSlave.nationality>>
<</if>>
<<if $customSlave.race != "ethnicity is unimportant">>
<<set _pram.race = $customSlave.race>>
<</if>>
......
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