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

Merge remote-tracking branch 'upstream/pregmod-master' into pregmod-dev

parents fa1530e0 2e7adf58
No related branches found
No related tags found
1 merge request!54703.1.0 part 1
......@@ -366,7 +366,7 @@ Due to the deterioration of the old world countries, organized crime focuses mor
<<else>>
<<set _recruitsMultiplier *= 1.05>>
<</if>>
<<elseif SecExp.buildings.propHub.recuriterOffice > 0 && $Recruiter > 0>>
<<elseif $SecExp.buildings.propHub.recuriterOffice > 0 && $Recruiter > 0>>
<<setLocalPronouns $Recruiter>>
''__@@.pink;<<= SlaveFullName($Recruiter)>>@@__'' is able to further boost your militia recruitment campaign from $his PR hub office.
<<if $propCampaignBoost == 1>>
......
......@@ -772,8 +772,13 @@ societal development.
The arcology's Asset Expansionist culture @@.yellow;pushes it towards Body Purism,@@ since slaves on curatives are slaves not on growth hormones.
<<set $arcologies[$i].FSBodyPurist = 5>><<break>>
<<elseif ($arcologies[$i].FSPetiteAdmiration == "unset") && ($arcologies[$i].FSStatuesqueGlorification == "unset")>>
The arcology's Asset Expansionist culture @@.yellow;pushes it towards Petite Admiration,@@ since the smaller a slave's body is, the bigger their breasts will look.
<<set $arcologies[$i].FSPetiteAdmiration = 5>><<break>>
<<if random(0,1) == 1>>
The arcology's Asset Expansionist culture @@.yellow;pushes it towards Petite Admiration,@@ since the smaller a slave's body is, the bigger their breasts will look.
<<set $arcologies[$i].FSPetiteAdmiration = 5>><<break>>
<<else>>
The arcology's Asset Expansionist culture @@.yellow;pushes it towards Statuesque Glorification,@@ as the love of all things huge is rather indiscriminate.
<<set $arcologies[$i].FSStatuesqueGlorification = 5>><<break>>
<</if>>
<</if>>
<</if>>
<<if $arcologies[$i].FSPastoralist > random(50,200)>>
......
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