Skip to content
Snippets Groups Projects
Commit 6d901ed0 authored by Anu's avatar Anu
Browse files

Update pRivalryCapture.tw

Set pregAdaptation for breeder rivals
parent f2bf79de
No related branches found
No related tags found
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
<<set $activeSlave.pregType = random(20,35)>>
<<set $activeSlave.birthsTotal = random(120,180)>>
<<set $activeSlave.bellySag = 30, $activeSlave.bellySagPreg = 30>>
<<set $activeSlave.pregAdaptation = $activeSlave.birthsTotal*2>>
<<else>>
<<set $activeSlave.vagina = 5>>
<<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.bellySag = 2, $activeSlave.bellySagPreg = 2>>
<<set $activeSlave.pregAdaptation = random(60,100)>>
<</if>>
<<set $activeSlave.pregKnown = 1>>
<<set $activeSlave.pregWeek = $activeSlave.preg>>
......
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