diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 71af2c005c4d6853350c004f1fe346479e1e3730..4235f25c90dd93131ecba2876c6c604b422fe7a3 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1038,7 +1038,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <<set $activeSlave.preg = 0>> <<SetBellySize $activeSlave>> <</if>> -<<elseif $activeSlave.broodmotherCountDown > 0>> +<<elseif $activeSlave.broodmotherOnHold == 1>> //Her pregnancy implant is turned off; she expected to be completely emptied of her remaining brood in $activeSlave.broodmotherCountDown week<<if $activeSlave.broodmotherCountDown > 1>>s<</if>>// <<elseif $activeSlave.preg >= -1>> Contraception: <span id="fertility"><strong><<if $activeSlave.preg == -1>><<print "using contraceptives">><<elseif $activeSlave.pregWeek < 0>><<print "postpartum">><<elseif $activeSlave.preg == 0>><<print "fertile">><<elseif $activeSlave.preg < 4>><<print "may be pregnant">><<else>><<print $activeSlave.preg>><<print " weeks pregnant">><</if>></strong></span>. @@ -1058,8 +1058,13 @@ Contraception: <span id="fertility"><strong><<if $activeSlave.preg == -1>><<prin [[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]] | [[Give her a cesarean section|csec]] <<elseif ($activeSlave.broodmother > 0)>> + <<if $activeSlave.broodmotherOnHold != 1>> + [[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = $activeSlave.womb[$activeSlave.womb.length-1].age]] + <<else>> + [[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]] + <</if>> <<if ($activeSlave.preg > 37)>> - [[Induce mass childbirth|BirthStorm]] | [[Begin implant shutdown|Slave Interact][$activeSlave.broodmotherCountDown = 37]] + | [[Induce mass childbirth|BirthStorm]] <</if>> <<elseif ($activeSlave.preg > 35)>> [[Give her a cesarean section|csec]] @@ -1098,8 +1103,13 @@ __Contraception__: <span id="fertility"><strong><<if $activeSlave.preg == -1>><< [[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]] | [[Give it a cesarean section|csec]] <<elseif ($activeSlave.broodmother > 0)>> + <<if $activeSlave.broodmotherOnHold != 1>> + [[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = $activeSlave.womb[$activeSlave.womb.length-1].age]] + <<else>> + [[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]] + <</if>> <<if ($activeSlave.preg > 37)>> - [[Induce mass childbirth|BirthStorm]] | [[Begin implant shutdown|Slave Interact][$activeSlave.broodmotherCountDown = 37]] + | [[Induce mass childbirth|BirthStorm]] <</if>> <<elseif ($activeSlave.preg > 35)>> [[Give it a cesarean section|csec]]