From d6801806e1bc0cf9f32a5294d00c9b11d6192a49 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 27 Feb 2018 15:03:16 -0500 Subject: [PATCH] sanityCheck fixes --- src/init/dummy.tw | 3 ++- src/pregmod/saAgent.tw | 2 +- src/uncategorized/RESS.tw | 2 +- src/uncategorized/SFMBarracks.tw | 2 +- src/utility/descriptionWidgetsFlesh.tw | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/init/dummy.tw b/src/init/dummy.tw index 7bbd91ccd07..cc831191cdf 100644 --- a/src/init/dummy.tw +++ b/src/init/dummy.tw @@ -22,9 +22,10 @@ $belarusianSlaveNames, $dominicanSlaveNames, $scottishSlaveNames $ArcologyNamesEugenics, $ArcologyNamesRepopulationist, $ArcologyNamesHedonisticDecadence $hare1, $hare2, $hare3, $hareSpeed, $hareSpeed1, $hareSpeed2, $hareSpeed3, $origin1, $origin2, $origin3, $LurcherSpeed $$i -$activeSlave.bodySwap, $activeSlave.customImageFormat, $activeSlave.customHairVector, $activeSlave.shoeColor, $activeSlave.newGamePlus, $activeSlave.HasBeenAssignedToFacilitySupport +$activeSlave.bodySwap, $activeSlave.customImageFormat, $activeSlave.customHairVector, $activeSlave.shoeColor, $activeSlave.newGamePlus, $activeSlave.HasBeenAssignedToFacilitySupport, $activeSlave.nipplesAccessory $drugs $PC.origRace, $PC.origSkin $FacilitySupportCapacity $modded, $XY, $XX, $old, $young, $pregYes, $pregNo, $implanted, $unmodded +$isReady, $fatherID, */ diff --git a/src/pregmod/saAgent.tw b/src/pregmod/saAgent.tw index d2560d35360..3781d0708e6 100644 --- a/src/pregmod/saAgent.tw +++ b/src/pregmod/saAgent.tw @@ -369,7 +369,7 @@ <<SetBellySize $slaves[$i]>> <<elseif ($slaves[$i].preg > 37) && ($slaves[$i].broodmother > 0)>> <<if $slaves[$i].broodmother > 0>> - <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 37), WombBirth($slaves[$i], 37) $slaves[$i].preg = 37>> + <<set $slaves[$i].birthsTotal += WombBirthReady($slaves[$i], 37), WombBirth($slaves[$i], 37), $slaves[$i].preg = 37>> <</if>> <<SetBellySize $slaves[$i]>> <</if>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index ade8c40b13f..5fcd7661e13 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -221,7 +221,7 @@ hips innocently and moves up to her lower legs. But then, as she slowly massages her stiff dick to swing back between her legs; she hugs her thighs together again and traps it back behind her, showing off how hard she is. <<elseif canDoAnal($activeSlave) && canDoVaginal($activeSlave)>> her flushed, glistening pussy and <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible, before she hugs her thighs together, sighing as she flexes them a little to put gentle pressure on her womanhood. -<<elseif canDoVaginal($activeSlave>> +<<elseif canDoVaginal($activeSlave)>> her flushed pussy to appear for a moment, glistening with moisture, before she hugs her thighs together, sighing as she flexes them a little to put gentle pressure on her womanhood. <<else>> it to become apparent that her hungry asspussy serves as her only genitalia. diff --git a/src/uncategorized/SFMBarracks.tw b/src/uncategorized/SFMBarracks.tw index 9685513cd71..353784e9697 100644 --- a/src/uncategorized/SFMBarracks.tw +++ b/src/uncategorized/SFMBarracks.tw @@ -7,7 +7,7 @@ <<if ndef $ColonelRelationship>> <<set $ColonelRelationship = 0>> /* 0 - Employee and boss, 100 - Friend, 200 - Close friend, 300 - Girlfriend, 400 - Lover */ <</if>> -<<set _RelationshipTitle = "<<if $ColonelRelationship = 0>> boss <<elseif $ColonelRelationship >= 100>> friend <<elseif $ColonelRelationship >= 200>> close friend <<elseif $ColonelRelationship >= 300>> <<if $PC.title = 1>> boyfriend <<else>> $PC.title = 0>> girlfriend <</if>> <<elseif $ColonelRelationship >= 400>> lover <</if>> +<<set _RelationshipTitle = "<<if $ColonelRelationship == 0>> boss <<elseif $ColonelRelationship >= 100>> friend <<elseif $ColonelRelationship >= 200>> close friend <<elseif $ColonelRelationship >= 300>> <<if $PC.title == 1>> boyfriend <<elsei>> girlfriend <</if>> <<elseif $ColonelRelationship >= 400>> lover <</if>> <<if $economy == .5>> <<set $Env = _N1, $EnvCash2 = 450, $EnvCash3 = 200, $EnvCash4 = 100, $EnvProsp = 3, _BaseDiscount = _BaseDiscount-.005>> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 242c63fbf0c..5204a299b50 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -4430,7 +4430,7 @@ $pronounCap has <<elseif $activeSlave.pregType == 7>> $possessiveCap womb contains a septet of oversized babies. They have grown so large that $pronoun will never be able to birth them. <<elseif $activeSlave.pregType == 8>> - $possessiveCap womb contains a octet of oversized babies. There is little chance of $object giving birth to them. + $possessiveCap womb contains an octet of oversized babies. There is little chance of $object giving birth to them. <</if>> <</if>> <<if $activeSlave.bellyFluid >= 1500>> -- GitLab