diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index e7ca4280cea144227901a65feef20d74a466fcc1..73e0ce477b029abdbf5b92a5332116f799ffa1bd 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -142,125 +142,377 @@ <br> <<if $incubatorReproductionSetting == 2>> Her developing body is being flooded with hormones. - <<if $tanks[$i].ovaries == 1>> - <<set $tanks[$i].pubertyXX = 1>> - <<if $seeHyperPreg == 1>> - <<set $tanks[$i].pregType = random(25,45)>> - <<else>> - <<set $tanks[$i].pregType = random(3,5)>> - <</if>> - <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[$i].breasts < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ - <<set $tanks[$i].breasts += 1000>> - <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ - <<set $tanks[$i].hips += 2>> - <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 30>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ - <<set $tanks[$i].butt += 4>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[$i].breasts < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ - <<set $tanks[$i].breasts += 500>> - <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ - <<set $tanks[$i].hips += 1>> + <<if $incubatorWeightSetting == 1>> + Combined with the abundant food provided to her, her body grows radibly. + <<if $tanks[$i].ovaries == 1>> + <<set $tanks[$i].pubertyXX = 1>> + <<if $seeHyperPreg == 1>> + <<set $tanks[$i].pregType = random(25,45)>> + <<else>> + <<set $tanks[$i].pregType = random(3,5)>> <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ - <<set $tanks[$i].butt += 3>> + <<if $incubatorUpgradeSpeed == 52>> + <<if $tanks[$i].breasts < 8000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 2000>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 50>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 2>> + <</if>> + <<if $tanks[$i].butt < 12 && random(1,100) > 30>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 4>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 18>> + <<if $tanks[$i].breasts < 8000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 500>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 50>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 12 && random(1,100) > 50>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 3>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 9>> + <<if $tanks[$i].breasts < 8000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 200>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 60>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 12 && random(1,100) > 50>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 2>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 6>> + <<if $tanks[$i].breasts < 8000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 100>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 70>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 12 && random(1,100) > 60>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 5>> + <<if $tanks[$i].breasts < 8000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 100>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 80>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 12 && random(1,100) > 70>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> <</if>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[$i].breasts < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ - <<set $tanks[$i].breasts += 200>> - <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 60>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ - <<set $tanks[$i].hips += 1>> - <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 50>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ - <<set $tanks[$i].butt += 2>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[$i].breasts < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ - <<set $tanks[$i].breasts += 100>> - <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 70>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ - <<set $tanks[$i].hips += 1>> - <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 60>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ - <<set $tanks[$i].butt += 1>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[$i].breasts < 8000>> - The excess estrogen @@color:green;rapidly balloons her breasts.@@ - <<set $tanks[$i].breasts += 100>> - <</if>> - <<if $tanks[$i].hips < 2 && random(1,100) > 80>> - The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ - <<set $tanks[$i].hips += 1>> - <</if>> - <<if $tanks[$i].butt < 12 && random(1,100) > 70>> - The excess estrogen @@color:green;causes her rear grow fatter.@@ - <<set $tanks[$i].butt += 1>> + <<elseif $tanks[$i].balls > 0>> + <<set $tanks[$i].pubertyXY = 1>> + <<if $incubatorUpgradeSpeed == 52>> + <<if $tanks[$i].balls < 40>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 16>> + <</if>> + <<if $tanks[$i].dick < 10 && random(1,100) > 20>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 4>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 18>> + <<if $tanks[$i].balls < 40 && random(1,100) > 10>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 9>> + <</if>> + <<if $tanks[$i].dick < 10 && random(1,100) > 30>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 3>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 9>> + <<if $tanks[$i].balls < 40 && random(1,100) > 20>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 4>> + <</if>> + <<if $tanks[$i].dick < 10 && random(1,100) > 50>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 2>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 6>> + <<if $tanks[$i].balls < 40 && random(1,100) > 30>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 2>> + <</if>> + <<if $tanks[$i].dick < 10 && random(1,100) > 70>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 5>> + <<if $tanks[$i].balls < 40 && random(1,100) > 30>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 1>> + <</if>> + <<if $tanks[$i].dick < 10 && random(1,100) > 80>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> <</if>> <</if>> - <<elseif $tanks[$i].balls > 0>> - <<set $tanks[$i].pubertyXY = 1>> - <<if $incubatorUpgradeSpeed == 52>> - <<if $tanks[$i].balls < 40>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ - <<set $tanks[$i].balls += 16>> - <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 20>> - The excess testosterone @@color:green;causes her penis to swell.@@ - <<set $tanks[$i].dick += 4>> + <<elseif $incubatorWeightSetting == 1>> + <<if $incubatorWeightSetting == 1>> + Combined with the healthy food provided to her, her body grows readily. + <<if $tanks[$i].ovaries == 1>> + <<set $tanks[$i].pubertyXX = 1>> + <<if $seeHyperPreg == 1>> + <<set $tanks[$i].pregType = random(15,25)>> + <<else>> + <<set $tanks[$i].pregType = random(2,4)>> <</if>> - <<elseif $incubatorUpgradeSpeed == 18>> - <<if $tanks[$i].balls < 40 && random(1,100) > 10>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ - <<set $tanks[$i].balls += 9>> + <<if $incubatorUpgradeSpeed == 52>> + <<if $tanks[$i].breasts < 4000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 1000>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 70>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 8 && random(1,100) > 50>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 3>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 18>> + <<if $tanks[$i].breasts < 4000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 500>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 80>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 8 && random(1,100) > 50>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 9>> + <<if $tanks[$i].breasts < 4000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 200>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 90>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 8 && random(1,100) > 60>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 6>> + <<if $tanks[$i].breasts < 4000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 100>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 95>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 8 && random(1,100) > 70>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 5>> + <<if $tanks[$i].breasts < 4000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 100>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 95>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 8 && random(1,100) > 80>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her penis to swell.@@ - <<set $tanks[$i].dick += 3>> + <<elseif $tanks[$i].balls > 0>> + <<set $tanks[$i].pubertyXY = 1>> + <<if $incubatorUpgradeSpeed == 52>> + <<if $tanks[$i].balls < 10>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 3>> + <</if>> + <<if $tanks[$i].dick < 7 && random(1,100) > 20>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 2>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 18>> + <<if $tanks[$i].balls < 10 && random(1,100) > 10>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 2>> + <</if>> + <<if $tanks[$i].dick < 7 && random(1,100) > 30>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 9>> + <<if $tanks[$i].balls < 10 && random(1,100) > 20>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 1>> + <</if>> + <<if $tanks[$i].dick < 7 && random(1,100) > 50>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 6>> + <<if $tanks[$i].balls < 10 && random(1,100) > 30>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 1>> + <</if>> + <<if $tanks[$i].dick < 7 && random(1,100) > 70>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 5>> + <<if $tanks[$i].balls < 10 && random(1,100) > 30>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 1>> + <</if>> + <<if $tanks[$i].dick < 7 && random(1,100) > 80>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> <</if>> - <<elseif $incubatorUpgradeSpeed == 9>> - <<if $tanks[$i].balls < 40 && random(1,100) > 20>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ - <<set $tanks[$i].balls += 4>> - <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 50>> - The excess testosterone @@color:green;causes her penis to swell.@@ - <<set $tanks[$i].dick += 2>> - <</if>> - <<elseif $incubatorUpgradeSpeed == 6>> - <<if $tanks[$i].balls < 40 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ - <<set $tanks[$i].balls += 2>> - <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 70>> - The excess testosterone @@color:green;causes her penis to swell.@@ - <<set $tanks[$i].dick += 1>> + <</if>> + <<else>> + Since her body has little to work with, her growth is fairly minor. + <<if $tanks[$i].ovaries == 1>> + <<set $tanks[$i].pubertyXX = 1>> + <<if $seeHyperPreg == 1>> + <<set $tanks[$i].pregType = random(10,15)>> + <<else>> + <<set $tanks[$i].pregType = random(2,3)>> <</if>> - <<elseif $incubatorUpgradeSpeed == 5>> - <<if $tanks[$i].balls < 40 && random(1,100) > 30>> - The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ - <<set $tanks[$i].balls += 1>> + <<if $incubatorUpgradeSpeed == 52>> + <<if $tanks[$i].breasts < 2000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 700>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 90>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 2>> + <</if>> + <<if $tanks[$i].butt < 6 && random(1,100) > 70>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 2>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 18>> + <<if $tanks[$i].breasts < 2000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 200>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 80>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 6 && random(1,100) > 70>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 9>> + <<if $tanks[$i].breasts < 2000>> + The excess estrogen @@color:green;rapidly balloons her breasts.@@ + <<set $tanks[$i].breasts += 50>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 80>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 6 && random(1,100) > 90>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 6>> + <<if $tanks[$i].breasts < 2000>> + The excess estrogen @@color:green;rapidly grows her breasts.@@ + <<set $tanks[$i].breasts += 20>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 90>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 6 && random(1,100) > 90>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 5>> + <<if $tanks[$i].breasts < 2000>> + The excess estrogen @@color:green;rapidly grows her breasts.@@ + <<set $tanks[$i].breasts += 10>> + <</if>> + <<if $tanks[$i].hips < 2 && random(1,100) > 95>> + The excess estrogen @@color:green;causes her hips to widen for childbirth.@@ + <<set $tanks[$i].hips += 1>> + <</if>> + <<if $tanks[$i].butt < 6 && random(1,100) > 90>> + The excess estrogen @@color:green;causes her rear grow fatter.@@ + <<set $tanks[$i].butt += 1>> + <</if>> <</if>> - <<if $tanks[$i].dick < 10 && random(1,100) > 80>> - The excess testosterone @@color:green;causes her penis to swell.@@ - <<set $tanks[$i].dick += 1>> + <<elseif $tanks[$i].balls > 0>> + <<set $tanks[$i].pubertyXY = 1>> + <<if $incubatorUpgradeSpeed == 52>> + <<if $tanks[$i].balls < 6>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 2>> + <</if>> + <<if $tanks[$i].dick < 4 && random(1,100) > 60>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 18>> + <<if $tanks[$i].balls < 6 && random(1,100) > 50>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 1>> + <</if>> + <<if $tanks[$i].dick < 4 && random(1,100) > 60>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 9>> + <<if $tanks[$i].balls < 6 && random(1,100) > 60>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 1>> + <</if>> + <<if $tanks[$i].dick < 4 && random(1,100) > 70>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 2>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 6>> + <<if $tanks[$i].balls < 6 && random(1,100) > 70>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 1>> + <</if>> + <<if $tanks[$i].dick < 4 && random(1,100) > 80>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> + <<elseif $incubatorUpgradeSpeed == 5>> + <<if $tanks[$i].balls < 6 && random(1,100) > 80>> + The excess testosterone @@color:green;causes her balls to balloon for extra cum production.@@ + <<set $tanks[$i].balls += 1>> + <</if>> + <<if $tanks[$i].dick < 4 && random(1,100) > 90>> + The excess testosterone @@color:green;causes her penis to swell.@@ + <<set $tanks[$i].dick += 1>> + <</if>> <</if>> <</if>> <</if>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 7252256e08cbf448b9d987130121e991afa29437..ac403f6ac034703c3c4622ecadec4309673f69a5 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -620,6 +620,7 @@ __Contraception__: <span id="fertility"><strong><<if $activeSlave.preg is -1>><< <</if>> <</if>> <</if>> +<</if>> </span> <<if $propOutcome == 1>>