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

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

physIdeal law recruiter respect

Closes #738

See merge request pregmodfan/fc-pregmod!4667
parents 79518598 b6e80dbd
No related branches found
No related tags found
No related merge requests found
......@@ -166,10 +166,28 @@
<</if>>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<<if $arcologies[_j].FSPhysicalIdealist != "unset">>
$He advances Physical Idealism there by working out in public<<if $slaves[$i].muscles > 30>>, having physically challenging sex in public, and improving $his already impressive musculature in a publicly documented journey of self-improvement<<set $arcologies[_j].FSPhysicalIdealist++>><<else>>and having physically challenging sex in public<</if>>.
$He advances Physical Idealism there by working out in
<<if $slaves[$i].muscles >= 50 && $arcology[0].FSPhysicalIdealistLaw == 0>>
public, having physically challenging sex in public, and improving $his already impressive musculature in a publicly documented journey of self-improvement.
<<set $arcologies[_j].FSPhysicalIdealist++>>
<<elseif $slaves[$i].muscles >= 20 && $slaves[$i].muscles < 50 && $arcology[0].FSPhysicalIdealistLaw == 1>>
public, having physically exhausting sex marathons in public, and improving $his already impressive stamina in a publicly documented journey of self-improvement.
<<set $arcologies[_j].FSPhysicalIdealist++>>
<<else>>
public and having physically <<if $arcology[0].FSPhysicalIdealistLaw == 1>>exhausting<<else>>challenging<</if>> sex in public.
<</if>>
<<set $arcologies[_j].FSPhysicalIdealist += _influence>>
<<elseif $arcologies[_j].FSHedonisticDecadence != "unset">>
$He challenges Hedonistic Decadence there by working out in public<<if $slaves[$i].muscles > 30>>, having physically challenging sex in public, and improving $his already impressive musculature in a publicly documented journey of self-improvement<<set $arcologies[_j].FSHedonisticDecadence-->><<else>>and having physically challenging sex in public<</if>>.
$He challenges Hedonistic Decadence there by working out in
<<if $slaves[$i].muscles >= 50 && $arcology[0].FSPhysicalIdealistLaw == 0>>
public, having physically challenging sex in public, and improving $his already impressive musculature in a publicly documented journey of self-improvement.
<<set $arcologies[_j].FSHedonisticDecadence-->>
<<elseif $slaves[$i].muscles >= 20 && $slaves[$i].muscles < 50 && $arcology[0].FSPhysicalIdealistLaw == 1>>
public, having physically exhausting sex marathons in public, and improving $his already impressive stamina in a publicly documented journey of self-improvement.
<<set $arcologies[_j].FSHedonisticDecadence-->>
<<else>>
public and having physically <<if $arcology[0].FSPhysicalIdealistLaw == 1>>exhausting<<else>>challenging<</if>> sex in public.
<</if>>
<<set $arcologies[_j].FSHedonisticDecadence -= _influence>>
<</if>>
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
......@@ -591,7 +609,7 @@
<</if>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<<if $slaves[$i].muscles > 95 || ($slaves[$i].muscles > 45 && $slaves[$i].health > 80)>>
<<if ($slaves[$i].muscles >= 50 && $arcology[0].FSPhysicalIdealistLaw == 0) || ($slaves[$i].muscles >= 20 && $slaves[$i].muscles < 50 && $arcology[0].FSPhysicalIdealistLaw == 1) || ($slaves[$i].muscles > 40 && $slaves[$i].health > 80)>>
<<set _seed += 4, _FSmatch++, $arcologies[0].FSPhysicalIdealist += 0.01*$FSSingleSlaveRep>>
<</if>>
<<elseif $arcologies[0].FSHedonisticDecadence != "unset">>
......@@ -898,8 +916,12 @@
<</if>>
<</if>>
<<if $arcologies[0].FSPhysicalIdealist != "unset">>
<<if $slaves[$i].muscles > 95 || ($slaves[$i].muscles > 45 && $slaves[$i].health > 80)>>
<<if ($slaves[$i].muscles >= 50 && $arcology[0].FSPhysicalIdealistLaw == 0)>>
$He asks another slave to photo-document $his time in the gym this week: naked, of course, to show off $his impressive muscle definition, and in certain poses $he nearly seems to be making love to the equipment.
<<elseif ($slaves[$i].muscles >= 20 && $slaves[$i].muscles < 50 && $arcology[0].FSPhysicalIdealistLaw == 1)>>
$He asks another slave to photo-document $his time on the track this week: naked, of course, to show off how perfectly toned body in motion.
<<elseif ($slaves[$i].muscles > 40 && $slaves[$i].health > 80)>>
$He asks another slave to photo-document $his time in the gym this week: naked, of course, to show off how $he keeps in such fine shape, and in certain poses $he nearly seems to be making love to the equipment.
<<else>>
$He tries documenting $his exercise routine, but it's a snooze fest because $he doesn't have the guns to show for it.
<</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