Skip to content
Snippets Groups Projects
Commit 95a1582d authored by Pregmodder's avatar Pregmodder
Browse files

correction

parent 762e10e0
No related branches found
No related tags found
No related merge requests found
......@@ -8668,11 +8668,10 @@ $pronounCap has
<<else>>
$possessive pregnancy is smaller than anticipated.
<</if>>
<<elseif $activeSlave.preg+5 >= $activeSlave.pregWeek && $activeSlave.preg <= 42 && $activeSlave.bellyPreg >= 100>>
<<if $activeSlave.preg > 35 && $activeSlave.preg+10 >= $activeSlave.pregWeek>>
<<elseif $activeSlave.preg > $activeSlave.pregWeek && $activeSlave.preg <= 42 && $activeSlave.bellyPreg >= 100>>
<<if $activeSlave.preg > 35 && $activeSlave.preg >= $activeSlave.pregWeek+10>>
Even though $pronoun is a mere $activeSlave.pregWeek weeks along, $possessive pregnancy is at its end.
<<elseif $activeSlave.preg+15 >= $activeSlave.pregWeek>>
<<elseif $activeSlave.preg >= $activeSlave.pregWeek+15>>
Despite being pregnant for only $activeSlave.pregWeek weeks,
<<if $activeSlave.preg == $activeSlave.pregWeek*2>>
$pronoun could shockingly pass for a girl twice as far along.
......@@ -8681,7 +8680,7 @@ $pronounCap has
<<else>>
$pronoun shockingly looks like a girl on her $activeSlave.preg week of pregnancy.
<</if>>
<<elseif $activeSlave.preg+10 <= $activeSlave.pregWeek>>
<<elseif $activeSlave.preg >= $activeSlave.pregWeek+10>>
Despite being pregnant for only $activeSlave.pregWeek weeks,
<<if $activeSlave.preg == $activeSlave.pregWeek*2>>
$pronoun could surprisingly pass for a girl twice as far along.
......@@ -8690,7 +8689,7 @@ $pronounCap has
<<else>>
$pronoun surprisingly looks like a girl on her $activeSlave.preg week of pregnancy.
<</if>>
<<elseif $activeSlave.preg+5 <= $activeSlave.pregWeek>>
<<elseif $activeSlave.preg >= $activeSlave.pregWeek+5>>
Despite being pregnant for only $activeSlave.pregWeek weeks,
<<if $activeSlave.preg == $activeSlave.pregWeek*2>>
$pronoun could pass for a girl twice as far along.
......
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