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

Fixes and slight age tweaks.

parent 1de3522f
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!151Pregmod 0.10.0.0a v77
...@@ -560,7 +560,7 @@ window.tooBigBalls = function(slave){ ...@@ -560,7 +560,7 @@ window.tooBigBalls = function(slave){
window.tooBigDick = function(slave){ window.tooBigDick = function(slave){
if (!slave) { if (!slave) {
return null; return null;
} else if (slave.dick >= 15+(slave.muscles*.2) && slave.physicalAge <= 3) { } else if (slave.dick >= 15+(slave.muscles*.1) && slave.physicalAge <= 3) {
return true; return true;
} else if (slave.dick >= 30+(slave.muscles*.3) && slave.physicalAge <= 12) { } else if (slave.dick >= 30+(slave.muscles*.3) && slave.physicalAge <= 12) {
return true; return true;
......
...@@ -703,7 +703,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n ...@@ -703,7 +703,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n
<br><<link "Give her a cum shower">> <br><<link "Give her a cum shower">>
<<replace "#result">> <<replace "#result">>
You seat the curious $desc in the center of your office and order every slave avaiable capable of getting hard to report to your office. Once everyone is assembled and erect, you order them to encircle the aroused girl and shower her in cum. As they begin<<if canAchieveErection($activeSlave)>> ($activeSlave.slaveName stroking her own erection too)<</if>>, <<if $PC.penis == 1 && $PC.vagina == 1>>you begin fingering yourself while jacking off alongside your slaves<<elseif $PC.penis == 1>>you join in the circlejerk as well<<else>>you sit back to finger yourself to the show<</if>>. When the first burst of cum streaks across her face, she gasps in surprise, giving another load the chance to launch into her gaping mouth. She gags before licking her lips and opening wide for the next load. After everyone has finished, $activeSlave.slaveName is coated, head to toe, in cum and @@color:hotpink;thrilled to be the center of attention.@@ Though she may not be a cumslut now, she certainly has the potential to become one. You seat the curious $desc in the center of your office and order every slave avaiable capable of getting hard to report to your office. Once everyone is assembled and erect, you order them to encircle the aroused girl and shower her in cum. As they begin<<if canAchieveErection($activeSlave)>> ($activeSlave.slaveName stroking her own erection too)<</if>>, <<if $PC.dick == 1 && $PC.vagina == 1>>you begin fingering yourself while jacking off alongside your slaves<<elseif $PC.dick == 1>>you join in the circlejerk as well<<else>>you sit back to finger yourself to the show<</if>>. When the first burst of cum streaks across her face, she gasps in surprise, giving another load the chance to launch into her gaping mouth. She gags before licking her lips and opening wide for the next load. After everyone has finished, $activeSlave.slaveName is coated, head to toe, in cum and @@color:hotpink;thrilled to be the center of attention.@@ Though she may not be a cumslut now, she certainly has the potential to become one.
<<set $activeSlave.devotion += 4>> <<set $activeSlave.devotion += 4>>
<<if random(1,100) > 60 && $activeSlave.fetish == "none">> <<if random(1,100) > 60 && $activeSlave.fetish == "none">>
<<set $activeSlave.fetish = "cumslut">> <<set $activeSlave.fetish = "cumslut">>
......
This diff is collapsed.
...@@ -303,13 +303,24 @@ and ...@@ -303,13 +303,24 @@ and
<<set $seed = $activeSlave.actualAge + 1>> <<set $seed = $activeSlave.actualAge + 1>>
she's she's
<<if $activeSlave.birthWeek >= 52 && $seeAge == 1>> <<if $activeSlave.birthWeek >= 52 && $seeAge == 1>>
going = turn $seed this week, going to turn $seed this week,
<<elseif $activeSlave.actualAge < 3>> <<elseif $activeSlave.actualAge < 3>>
an infant, an infant,
<<if $showAgeDetail == 1>> <<if $showAgeDetail == 1>>
$activeSlave.actualAge years old<<if ($seeAge != 0)>>; <<if $activeSlave.birthWeek == 51>>her birthday is next week<<else>>her birthday is in <<print 52-$activeSlave.birthWeek>> weeks<</if>><</if>>. <<if $activeSlave.actualAge == 0>>
<<print 0+$week-$activeSlave.weekAcquired>> weeks
<<else>>
$activeSlave.actualAge years
<</if>>
old<<if ($seeAge != 0)>>; <<if $activeSlave.birthWeek == 51>>her birthday is next week<<else>>her birthday is in <<print 52-$activeSlave.birthWeek>> weeks<</if>><</if>>.
<<else>> <<else>>
only $activeSlave.actualAge years old. only
<<if $activeSlave.actualAge == 0>>
<<print 0+$week-$activeSlave.weekAcquired>> weeks
<<else>>
$activeSlave.actualAge years
<</if>>
old.
<</if>> <</if>>
<<elseif $activeSlave.actualAge < 5>> <<elseif $activeSlave.actualAge < 5>>
a toddler, a toddler,
......
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