diff --git a/src/pregmod/saClothes.tw b/src/pregmod/saClothes.tw index 6bc875d5f3b81393c87a9bc3ca7975f57a6fe91a..d319eab9c5a3005136020286b712e8d83e78e91a 100644 --- a/src/pregmod/saClothes.tw +++ b/src/pregmod/saClothes.tw @@ -514,7 +514,7 @@ <<if $slaves[$i].belly > 10000>> $His pregnancy support band takes some weight off $his back, but it does little beyond that. <</if>> - <<elseif setup.fakeBellies.includes($bellyAccessory)>> + <<elseif setup.fakeBellies.includes($slaves[$i].bellyAccessory)>> <<if $slaves[$i].weight > 130>> $He has trouble keeping $his fake belly strapped around $his huge gut, forcing it to be removed to prevent damage. <<set $slaves[$i].bellyAccessory = "none">> diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw index 7a33afb0859b43c99d9015260f39f3d9f1c70649..1973cef6dae647d879f8f761cd0fab3d000696ce 100644 --- a/src/uncategorized/nextWeek.tw +++ b/src/uncategorized/nextWeek.tw @@ -351,7 +351,7 @@ <<set $beforeGingering = null>> /% Strings Memory varies. %/ -<<set $bellyAccessory = "", $buyer = "", $desc = "", $event = "", $goto = "", $malefactor = "", $oldName = "", $oldSurname = "", $k = "">> +<<set $buyer = "", $desc = "", $event = "", $goto = "", $malefactor = "", $oldName = "", $oldSurname = "", $k = "">> /% Done with zeroing out, what should be for the most part Temps %/ <<run clearSummaryCache()>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 08082b3adfe6933b570d1cc22f05669053243b03..8038416d56b9213553b9a6a007b13681983d9021 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -1,8 +1,8 @@ :: SA long term effects [nobr] <<set _fetishChangeChance = fetishChangeChance($slaves[$i])>> -<<set $bellyAccessory = $slaves[$i].bellyAccessory>> -<<if $bellyAccessory == "a support band">> +<<set _bellyAccessory = $slaves[$i].bellyAccessory>> +<<if _bellyAccessory == "a support band">> <<set _bellyBand = 2>> <<else>> <<set _bellyBand = 1>> @@ -1399,7 +1399,7 @@ <<elseif $slaves[$i].bellyImplant >= 60000>> $His paraphilia is satisfied by $his overfilled belly implant. <<set _para = 1>> - <<elseif setup.fakeBellies.includes($bellyAccessory)>> + <<elseif setup.fakeBellies.includes(_bellyAccessory)>> $He @@.mediumorchid;loathes@@ being forced to carry a fake pregnancy. <<set _para = -1>> <<set $slaves[$i].devotion -= 3>> @@ -4202,7 +4202,7 @@ $His areolae darken with $his progressing pregnancy. <</if>> <<elseif $slaves[$i].bellyPreg >= 1500>> - <<if setup.fakeBellies.includes($bellyAccessory)>> + <<if setup.fakeBellies.includes(_bellyAccessory)>> $His growing pregnancy renders $his fake belly moot. <<set $slaves[$i].bellyAccessory = "none">> <</if>> @@ -4550,7 +4550,7 @@ <<include "SA inflation">> - <<if setup.fakeBellies.includes($bellyAccessory)>> + <<if setup.fakeBellies.includes(_bellyAccessory)>> $He has trouble keeping $himself full of <<switch $slaves[$i].inflationType>> <<case "cum" "food" "milk" "urine" "water">> @@ -4853,7 +4853,7 @@ <</if>> <</if>> <<elseif $slaves[$i].bellyImplant >= 1500>> - <<if setup.fakeBellies.includes($bellyAccessory)>> + <<if setup.fakeBellies.includes(_bellyAccessory)>> $His implant rounded belly renders $his fake one moot. <<set $slaves[$i].bellyAccessory = "none">> <</if>> @@ -5411,7 +5411,7 @@ <<elseif $slaves[$i].pregWeek < 0>> Society is @@.green;pleased@@ by $slaves[$i].slaveName's recent birth. <<= FutureSocieties.ChangePorn("RepopulationFocus", 2)>> - <<elseif setup.fakeBellies.includes($bellyAccessory)>> + <<elseif setup.fakeBellies.includes(_bellyAccessory)>> Society is @@.green;placated@@ by $slaves[$i].slaveName's fake belly. <<run repX(0.01*$FSSingleSlaveRep, "futureSocieties", $slaves[$i])>> <<elseif $arcologies[0].FSSubjugationist != "unset" && ($slaves[$i].race == $arcologies[0].FSSubjugationistRace)>> diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw index 70e1fce44d86e1b4889b1c5d746b3113609a2e67..59419b94c3052c66343ba778822f032cac895c56 100644 --- a/src/uncategorized/saRecruitGirls.tw +++ b/src/uncategorized/saRecruitGirls.tw @@ -1,6 +1,6 @@ :: SA recruit girls [nobr] -<<set $bellyAccessory = $slaves[$i].bellyAccessory>> +<<set _bellyAccessory = $slaves[$i].bellyAccessory>> /* Note on target sum: HG and Recruiter are the initial 2 counted (no facility req'd), while HGSuite counts the HG's girl, other facilities count associated leader */ <<if $recruiterIdleRule == "number">> @@ -399,7 +399,7 @@ $He does $his best to convince them that being your slave whore will be safer and healthier than streetwalking. <</if>> <<elseif $recruiterTarget == "expectant mothers">> /* now you can ginger too */ - <<if (($Recruiter.belly >= 1500 || setup.fakeBellies.includes($bellyAccessory) && $Recruiter.weight < 130) || $Recruiter.belly >= 100000)>> + <<if (($Recruiter.belly >= 1500 || setup.fakeBellies.includes(_bellyAccessory) && $Recruiter.weight < 130) || $Recruiter.belly >= 100000)>> <<if $Recruiter.preg > $Recruiter.pregData.normalBirth/8>> Since $he's visibly pregnant $himself, $he speaks with authority when $he says that Free Cities medicine can keep them and their pregnancies safe and healthy. <<else>> @@ -544,7 +544,7 @@ <<set _seed += 1>> <</if>> <<else>> - <<if $slaves[$i].balls < 1 && ($slaves[$i].bellPreg >= 1500 || setup.fakeBellies.includes($bellyAccessory))>> + <<if $slaves[$i].balls < 1 && ($slaves[$i].bellPreg >= 1500 || setup.fakeBellies.includes(_bellyAccessory))>> <<if $slaves[$i].bellPreg >= 1500>> <<set _seed += 4>> <<else>> @@ -888,7 +888,7 @@ <<if $arcologies[0].FSRestart == "unset">> <<if $slaves[$i].bellyPreg >= 1500>> $He 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)>> + <<elseif setup.fakeBellies.includes(_bellyAccessory)>> With some discreet editing, $he uploads fake ultrasounds to match $his plastic pregnancy, bringing a little more attention to your fertility campaigns. <<else>> $He posts plenty of snapshots of gravid mothers-to-be. But with no belly bump of $his own to feature, the impact is no different from any preggo porn already floating around the net. diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index dd235d6a7d2bdb16ad99beb057dc83118e034a90..f6ba5f14ac44b7a92a6cd13b524235db0bbcfd15 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -4611,7 +4611,6 @@ $He has <<widget "BellyDescription">> -<<set $bellyAccessory = $activeSlave.bellyAccessory>> <<if $activeSlave.belly >= 30000>> <<if ($activeSlave.belly >= 400000+($activeSlave.muscles*2000) && $activeSlave.physicalAge >= 18)>> <<set _heavyBelly = 1>> @@ -15647,7 +15646,7 @@ $He has <</if>> /* closes show clothing */ <<if $activeSlave.fuckdoll == 0>> - <<if setup.fakeBellies.includes($bellyAccessory)>> + <<if setup.fakeBellies.includes($activeSlave.bellyAccessory)>> <<switch $activeSlave.bellyAccessory>> <<case "a huge empathy belly">> $He is wearing a carefully sculpted silicone belly modeled after a full-term pregnant woman carrying twins. diff --git a/src/utility/descriptionWidgetsPiercings.tw b/src/utility/descriptionWidgetsPiercings.tw index 91e83e21e8682b7fbfb53cfe8e40ff4e42a04d49..75f27373d8a8be60c4f47dc7ee7da7b0efcbdd57 100644 --- a/src/utility/descriptionWidgetsPiercings.tw +++ b/src/utility/descriptionWidgetsPiercings.tw @@ -239,7 +239,7 @@ <<widget "navelPiercingDescription">> <<if $activeSlave.fuckdoll == 0>> - <<if setup.fakeBellies.includes($bellyAccessory)>> + <<if setup.fakeBellies.includes($activeSlave.bellyAccessory)>> <<if $activeSlave.navelPiercing == 1>> $His fake navel bears a simple stud. <<elseif $activeSlave.navelPiercing == 2>>