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

Merge branch 'patch-6' into 'pregmod-master'

Update pRivalryCapture.tw

See merge request pregmodfan/fc-pregmod!2953
parents f2bf79de 6d901ed0
Branches
Tags
2 merge requests!2956resync + sePlayerBirth to new system,!2953Update pRivalryCapture.tw
...@@ -267,11 +267,13 @@ the delicious moment of finding your rival on her knees in front of you with a b ...@@ -267,11 +267,13 @@ the delicious moment of finding your rival on her knees in front of you with a b
<<set $activeSlave.pregType = random(20,35)>> <<set $activeSlave.pregType = random(20,35)>>
<<set $activeSlave.birthsTotal = random(120,180)>> <<set $activeSlave.birthsTotal = random(120,180)>>
<<set $activeSlave.bellySag = 30, $activeSlave.bellySagPreg = 30>> <<set $activeSlave.bellySag = 30, $activeSlave.bellySagPreg = 30>>
<<set $activeSlave.pregAdaptation = $activeSlave.birthsTotal*2>>
<<else>> <<else>>
<<set $activeSlave.vagina = 5>> <<set $activeSlave.vagina = 5>>
<<set $activeSlave.pregType = either(3,3,4,4,4,5,5,6,6,7,7,8,8,8)>> <<set $activeSlave.pregType = either(3,3,4,4,4,5,5,6,6,7,7,8,8,8)>>
<<set $activeSlave.birthsTotal = random(18,27)>> <<set $activeSlave.birthsTotal = random(18,27)>>
<<set $activeSlave.bellySag = 2, $activeSlave.bellySagPreg = 2>> <<set $activeSlave.bellySag = 2, $activeSlave.bellySagPreg = 2>>
<<set $activeSlave.pregAdaptation = random(60,100)>>
<</if>> <</if>>
<<set $activeSlave.pregKnown = 1>> <<set $activeSlave.pregKnown = 1>>
<<set $activeSlave.pregWeek = $activeSlave.preg>> <<set $activeSlave.pregWeek = $activeSlave.preg>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment