Skip to content
Snippets Groups Projects
Commit 030484a9 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'preg-toggle-not-respected-in-some-ads' into 'pregmod-master'

Preg toggle not respected in some ads

Closes #525

See merge request pregmodfan/fc-pregmod!3717
parents e6ec661f 2953e4e9
No related branches found
No related tags found
No related merge requests found
......@@ -88,12 +88,14 @@ $brothelNameCaps
<<else>>
some are augmented by implants.
<</if>>
<<if $brothelAdsPreg == 1>>
Most of slaves have firm, rounded bellies.
<<elseif $brothelAdsPreg == -1>>
Most of the slaves have firm, flat bellies.
<<else>>
Some of the slaves are pregnant.
<<if $seePreg == 1>>
<<if $brothelAdsPreg == 1>>
Most of slaves have firm, rounded bellies.
<<elseif $brothelAdsPreg == -1>>
Most of the slaves have firm, flat bellies.
<<else>>
Some of the slaves are pregnant.
<</if>>
<</if>>
<<if $brothelAdsModded == 1>>
Everything is heavily pierced and tattooed.
......
......@@ -79,12 +79,14 @@
<<else>>
some are augmented by implants.
<</if>>
<<if $brothelAdsPreg == 1>>
Most of slaves have firm, rounded bellies.
<<elseif $brothelAdsPreg == -1>>
Most of the slaves have firm, flat bellies.
<<else>>
Some of the slaves are pregnant.
<<if $seePreg == 1>>
<<if $brothelAdsPreg == 1>>
Most of slaves have firm, rounded bellies.
<<elseif $brothelAdsPreg == -1>>
Most of the slaves have firm, flat bellies.
<<else>>
Some of the slaves are pregnant.
<</if>>
<</if>>
<<if $brothelAdsModded == 1>>
Everything is heavily pierced and tattooed.
......
......@@ -88,12 +88,14 @@ $clubNameCaps
<<else>>
some are augmented by implants.
<</if>>
<<if $clubAdsPreg == 1>>
Most of strippers have firm, rounded bellies.
<<elseif $clubAdsPreg == -1>>
Most of the strippers have firm, flat bellies.
<<else>>
Some of the strippers are pregnant.
<<if $seePreg == 1>>
<<if $clubAdsPreg == 1>>
Most of strippers have firm, rounded bellies.
<<elseif $clubAdsPreg == -1>>
Most of the strippers have firm, flat bellies.
<<else>>
Some of the strippers are pregnant.
<</if>>
<</if>>
<<if $clubAdsModded == 1>>
Everything is heavily pierced and tattooed.
......
......@@ -79,12 +79,14 @@
<<else>>
some are augmented by implants.
<</if>>
<<if $clubAdsPreg == 1>>
Most of strippers have firm, rounded bellies.
<<elseif $clubAdsPreg == -1>>
Most of the strippers have firm, flat bellies.
<<else>>
Some of the strippers are pregnant.
<<if $seePreg == 1>>
<<if $clubAdsPreg == 1>>
Most of strippers have firm, rounded bellies.
<<elseif $clubAdsPreg == -1>>
Most of the strippers have firm, flat bellies.
<<else>>
Some of the strippers are pregnant.
<</if>>
<</if>>
<<if $clubAdsModded == 1>>
Everything is heavily pierced and tattooed.
......
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