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

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

Pregmod v1022-54

See merge request !1858
parents 0abe7fdc 3600d15b
No related branches found
No related tags found
2 merge requests!2047RA rework,!1858Pregmod v1022-54
...@@ -4,6 +4,10 @@ ...@@ -4,6 +4,10 @@
4/16/2018 4/16/2018
54
-fixed bugs and other minor text issues
Deepmurks' monokini vectors
53 53
-fixes -fixes
-more code improvements -more code improvements
......
...@@ -867,13 +867,13 @@ ...@@ -867,13 +867,13 @@
<<elseif _SlaveI.devotion < -20 && _SlaveI.trust > 0>> <<elseif _SlaveI.devotion < -20 && _SlaveI.trust > 0>>
<<switch _SlaveI.assignment>> <<switch _SlaveI.assignment>>
<<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">> <<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">>
She is @@.orangered;takes advantage@@ of your kindness, since she is allowed to live a pampered life just for letting you use her body. Her insolence allows her to retain, if not strengthen, @@.mediumorchid;her hatred of you.@@ She @@.orangered;takes advantage@@ of your kindness, since she is allowed to live a pampered life just for letting you use her body. Her insolence allows her to retain, if not strengthen, @@.mediumorchid;her hatred of you.@@
<<set _SlaveI.devotion -= 7, _SlaveI.trust += 5>> <<set _SlaveI.devotion -= 7, _SlaveI.trust += 5>>
<<case "whore" "work in the brothel" "serve the public" "serve in the club" "work a glory hole" "be confined in the arcade">> <<case "whore" "work in the brothel" "serve the public" "serve in the club" "work a glory hole" "be confined in the arcade">>
Not being a pampered fucktoy to you @@.gold;wounds her expectations as your wife,@@ but gives her the space needed to @@.hotpink;begin warming up to you@@. The public is less forgiving of you ordering your slave wife to fuck random citizens, disregarding her opinions, @@.red;seriously damaging your reputation.@@ Not being a pampered fucktoy to you @@.gold;wounds her expectations as your wife,@@ but gives her the space needed to @@.hotpink;begin warming up to you@@. The public is less forgiving of you ordering your slave wife to fuck random citizens, disregarding her opinions, @@.red;seriously damaging your reputation.@@
<<set _SlaveI.devotion++, _SlaveI.trust--, $rep -= 100>> <<set _SlaveI.devotion++, _SlaveI.trust--, $rep -= 100>>
<<default>> <<default>>
She is @@.orangered;takes advantage@@ of your kindness, since she expects you'd never truly harm your wife. Her insolence allows her to remain, if not strengthen, @@.mediumorchid;her hatred of you.@@ She @@.orangered;takes advantage@@ of your kindness, since she expects you'd never truly harm your wife. Her insolence allows her to remain, if not strengthen, @@.mediumorchid;her hatred of you.@@
<<set _SlaveI.devotion -= 5, _SlaveI.trust += 3>> <<set _SlaveI.devotion -= 5, _SlaveI.trust += 3>>
<</switch>> <</switch>>
<<elseif _SlaveI.devotion < -20>> <<elseif _SlaveI.devotion < -20>>
......
...@@ -202,7 +202,7 @@ her body. ...@@ -202,7 +202,7 @@ her body.
<</if>> <</if>>
<<set $beauty = Math.trunc($beauty*$beautyMultiplier)>> <<set $beauty = Math.trunc($beauty*$beautyMultiplier)>>
Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that <<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>each of her holes was<<elseif canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>each of her available holes was<<else>>her mouth and anywhere else a cock could fit was<</if>>often filled by more than one cock<<elseif $beauty > 140>>, so many that she spent much of her time getting gangbanged<<elseif $beauty > 120>>, so many that customers often spitroasted the slut<<elseif $beauty > 100>>, so many that she frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that she occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average. Her appearance attracted $beauty customers (<<print Math.trunc($beauty/7)>> a day)<<if $beauty > 160>>, so many that <<if canDoVaginal($slaves[$i]) && canDoAnal($slaves[$i])>>each of her holes were<<elseif canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>each of her available holes were<<else>>her mouth and anywhere else a cock could fit were<</if>> often filled by more than one cock<<elseif $beauty > 140>>, so many that she spent much of her time getting gangbanged<<elseif $beauty > 120>>, so many that customers often spitroasted the slut<<elseif $beauty > 100>>, so many that she frequently had sex with multiple customers at once<<elseif $beauty > 70>>, so many that she occasionally had sex with multiple customers at once<</if>>. They paid <<print cashFormat($FResult)>> on average.
<<set _incomeStats.customers = $beauty>> <<set _incomeStats.customers = $beauty>>
<<if $seeAge == 1>> <<if $seeAge == 1>>
......
...@@ -206,7 +206,6 @@ in a way that will inevitably fill the rest of your property with @@.gold;fear.@ ...@@ -206,7 +206,6 @@ in a way that will inevitably fill the rest of your property with @@.gold;fear.@
<<set _sr = $slaveIndices[$activeSlave.relationshipTarget]>> <<set _sr = $slaveIndices[$activeSlave.relationshipTarget]>>
$slaves[_sr].slaveName, for her part, is @@.mediumorchid;horrified.@@ $slaves[_sr].slaveName, for her part, is @@.mediumorchid;horrified.@@
<<set $slaves[_sr].devotion -= 20>> <<set $slaves[_sr].devotion -= 20>>
<</if>>
<</for>> <</for>>
<</if>> <</if>>
<br><br> <br><br>
......
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