Skip to content
Snippets Groups Projects
Commit f7439d88 authored by brickode's avatar brickode
Browse files

Added choice for nursery / nanny

parent 5a59112d
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
<<= assignJob($slaves[$i], "be a servant")>> <<= assignJob($slaves[$i], "be a servant")>>
<</if>> <</if>>
<<elseif ($universalRulesAssignsSelfFacility == 1) && (($slaves[$i].devotion < 45) || ($slaves[$i].trust < 45) || ($slaves[$i].sexualQuirk == "caring"))>>
<<set $slaves[$i].choosesOwnAssignmentText += " enjoys taking care of infants, so $he decides to work in $nurseryName.">>
<<= assignJob($slaves[$i], "work as a nanny")>>
<<elseif ($slaves[$i].relationship == -1)>> <<elseif ($slaves[$i].relationship == -1)>>
<<set $slaves[$i].choosesOwnAssignmentText += " relies on promiscuity to fulfill $his emotional needs,">> <<set $slaves[$i].choosesOwnAssignmentText += " relies on promiscuity to fulfill $his emotional needs,">>
<<if ($cash < 10000)>> <<if ($cash < 10000)>>
......
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