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

sanityCheck fixes

parent 4d0b0cc8
No related branches found
No related tags found
No related merge requests found
......@@ -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,
*/
......@@ -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>>
......
......@@ -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.
......@@ -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>>
......
......@@ -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>>
......
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