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

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

Pregmod v1027-5

See merge request pregmodfan/fc-pregmod!2464
parents 763315ef f8fb0f61
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,11 @@
8/18/2018
5
-removed deaf chance from standard slavegen
-restricted blindness to grateful careers in slavegen
-fixes
4
-areolea shape split from size
-player b-cups
......
......@@ -186,14 +186,13 @@
<<if ($activeSlave.physicalAge > random(0,100))>>
<<set $activeSlave.eyes = -1>>
<<if random(0,100) > 90>>
<<set $activeSlave.eyes = -2>>
<<if setup.gratefulCareers.includes($activeSlave.career)>>
<<set $activeSlave.eyes = -2>>
<</if>>
<</if>>
<</if>>
<<if ($activeSlave.physicalAge > random(0,100))>>
<<if ($activeSlave.physicalAge > random(30,100))>>
<<set $activeSlave.hears = -1>>
<<if random(0,100) > 90>>
<<set $activeSlave.hears = -2>>
<</if>>
<</if>>
......
......@@ -95,14 +95,13 @@
<<if ($activeSlave.physicalAge > random(0,100))>>
<<set $activeSlave.eyes = -1>>
<<if random(0,100) > 90>>
<<set $activeSlave.eyes = -2>>
<<if setup.gratefulCareers.includes($activeSlave.career)>>
<<set $activeSlave.eyes = -2>>
<</if>>
<</if>>
<</if>>
<<if ($activeSlave.physicalAge > random(0,100))>>
<<if ($activeSlave.physicalAge > random(30,100))>>
<<set $activeSlave.hears = -1>>
<<if random(0,100) > 90>>
<<set $activeSlave.hears = -2>>
<</if>>
<</if>>
/% Since we use nationality for height effects we need to initialize it now instead of later on like in vanilla Free Cities. %/
......
......@@ -299,7 +299,7 @@ serves you this week.
<<if ($slaves[$i].fetish == "mindbroken")>>
unaware of your intent to use $his mouth.
<<elseif ($slaves[$i].trust < -20)>>
$He spends the week in terrified compliance with your use of $his <<if ($PC.dick == 1)>>throat<<else>>mouth<</if>>.
in terrified compliance with your use of $his <<if ($PC.dick == 1)>>throat<<else>>mouth<</if>>.
<<elseif ($slaves[$i].devotion < -20)>>
struggling and gagging as you <<if ($PC.dick == 1)>>throatfuck $him<<else>>ride $his face<</if>>.
<<elseif ($slaves[$i].devotion <= 20)>>
......
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