From d59c53e0a83d82650a6d64f50754807e36171f13 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 13 Jan 2018 21:47:23 -0500 Subject: [PATCH] Fix --- slave variables documentation - Pregmod.txt | 1 + src/uncategorized/saRecruitGirls.tw | 20 ++++++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 5ac5ecbb12c..9dc57cb7576 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -1664,6 +1664,7 @@ speechRules: "restrictive" "permissive" "accent elimination" +"language lessons" releaseRules: diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw index ecba782c7d6..b0d48a72675 100644 --- a/src/uncategorized/saRecruitGirls.tw +++ b/src/uncategorized/saRecruitGirls.tw @@ -541,6 +541,8 @@ She uses her extra time and @@.yellowgreen;recruitment allowance@@ this week to <<if $arcologies[0].FSRestart != "unset">> <<if $slaves[$i].bellyPreg >= 1500 && $slaves[$i].breedingMark == 1>> <<set _seed += 4, _FSmatch++, $arcologies[0].FSRestart += 0.01*$FSSingleSlaveRep>> + <<elseif $slaves[$i].breedingMark == 1>> + <<set _seed += 1>> <<elseif $slaves[$i].bellyPreg < 100>> <<if ($slaves[$i].ovaries == 0 && $slaves[$i].balls == 0)>> <<set _seed += 4, _FSmatch++, $arcologies[0].FSRestart += 0.01*$FSSingleSlaveRep>> @@ -738,6 +740,8 @@ She is able to smartly <<if $arcologies[0].FSPaternalist != "unset">>answer<<els <<if $arcologies[0].FSRestart != "unset">> <<if $slaves[$i].bellyPreg >= 1500 && $slaves[$i].breedingMark == 1>> She prominently displays her pregnancy and the mark branded upon it signifying the superior child growing within her. Her audience is enamoured by her distinct status. + <<elseif $slaves[$i].breedingMark == 1>> + She prominently displays the mark branded over her womb, but without the curve of pregnancy beneath it, it only goes so far. <<elseif $slaves[$i].bellyPreg < 100>> <<if ($slaves[$i].dick > 0 && $slaves[$i].balls == 0)>> She makes sure to wear tight fitting clothes to show off the bulge of her dick and, most notably, the lack of testicles under it in all her photoshoots. @@ -754,14 +758,14 @@ She is able to smartly <<if $arcologies[0].FSPaternalist != "unset">>answer<<els <</if>> <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<if $slaves[$i].balls < 1>> - <<if $arcologies[0].FSRestart != "unset">> - <<if $slaves[$i].bellyPreg >= 1500>> - She unashamedly live streams an obstetric health check in the nude, promising to broadcast similar footage right up until, and during, the birth. - <<elseif setup.fakeBellies.includes($bellyAccessory)>> - With some discreet editing, she uploads fake ultrasounds to match her plastic pregnancy, bringing a little more attention to your fertility campaigns. - <<else>> - She posts plenty of snapshots of gravid mothers-to-be. But with no belly bump of her own to feature, the impact is no different from any preggo porn already floating around the net. - <</if>> + <<if $arcologies[0].FSRestart == "unset">> + <<if $slaves[$i].bellyPreg >= 1500>> + She unashamedly live streams an obstetric health check in the nude, promising to broadcast similar footage right up until, and during, the birth. + <<elseif setup.fakeBellies.includes($bellyAccessory)>> + With some discreet editing, she uploads fake ultrasounds to match her plastic pregnancy, bringing a little more attention to your fertility campaigns. + <<else>> + She posts plenty of snapshots of gravid mothers-to-be. But with no belly bump of her own to feature, the impact is no different from any preggo porn already floating around the net. + <</if>> <<else>> She posts plenty of seductive photos emphasizing her feminine curves, including lewds showing off her natural vagina, bringing more attention to your campaign for natural females. <</if>> -- GitLab