Skip to content
Snippets Groups Projects
Commit 496b3bc9 authored by Pregmodder's avatar Pregmodder
Browse files

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

removed extra closing if

See merge request pregmodfan/fc-pregmod!3210
parents dd8010c4 0765e02e
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
0.10.7.1-1.5.x
01/01/2019
0
-fixed cloning
-added an ovary implant to boost fertility
......
......@@ -1957,7 +1957,7 @@ As the remote surgery's long recovery cycle completes,
<<set $activeSlave.trust -= 5, $activeSlave.devotion -= 5>>
<</if>>
<<if canGetPregnant($activeSlave)>>
<<= knockMeUp($activeSlave, 100, 2, $activeSlave.ID, 1)>><</if>>
<<= knockMeUp($activeSlave, 100, 2, $activeSlave.ID, 1)>>
$He doesn't even have the chance to reach the slave quarters before $his new reproductive system detects $his unprotected fertility and begins to internally cum. <<if canWalk($activeSlave)>>$He struggles to stand as wave after wave of pleasure radiates from inside $his self-fertilizing womb<<else>>The slave carrying $him struggles to keep their grip on the orgasm wracked $girl<</if>>. By the time $he is finised, $he is a sweat-soaked, panting mess with a womb @@.lime;<<if $activeSlave.pregType > 50>>stuffed full of fertilized eggs<<elseif $activeSlave.pregType > 20>>filled with new life<<elseif $activeSlave.pregType > 1>>housing several new lives<<else>>filled with seed and a new life<</if>>.@@
<</if>>
......
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