diff --git a/src/npc/abort.tw b/src/npc/abort.tw
index bea1a9cb386989f6cd4d3e43e5f84da373504713..db1ac080218c1907177743d59d13ab6e7c96cc20 100644
--- a/src/npc/abort.tw
+++ b/src/npc/abort.tw
@@ -36,4 +36,5 @@ The remote surgery makes aborting a pregnancy quick and efficient. $activeSlave.
 <<set $activeSlave.pregSource = 0>>
 <<set $activeSlave.pregKnown = 0>>
 <<set $activeSlave.pregWeek = -2>>
+<<set WombFlush($activeSlave)>>
 <<SetBellySize $activeSlave>>
diff --git a/src/pregmod/birthStorm.tw b/src/pregmod/birthStorm.tw
index 22a548c5776fdf1992892e1a2b06924c2f2afdb8..4d3b612846d5d8b1dc5173cae5f242fef4dd6502 100644
--- a/src/pregmod/birthStorm.tw
+++ b/src/pregmod/birthStorm.tw
@@ -2,27 +2,35 @@
  
 <<set $nextButton = "Back", $nextLink = "Slave Interact">>
 
+<<set $activeSlave.curBabies = WombBirth($activeSlave, 34)>> /*Here check - how much children survive this event. 34 weeks minimum.*/
+<<set _curBabies = $activeSlave.curBabies>>
+
 The remote surgery allows the removal of the pregnancy generator through conventional means, an injection to induce labor and the resulting birthing of the womb's contents.
-<<if $activeSlave.broodmother == 2>>
+<<if $activeSlave.pregType > 40>>
 	$activeSlave.slaveName's obscenely swollen belly begins to shudder and writhe moments after being injected with the drug. She spread to either side of her spasming bulk as wide as she can with a loud moan. Her vaginal lips part as the first of her brood is born, followed by another, and another. After hours of constant
-<<else>>
+<<elseif $activeSlave.pregType > 20>>
 	$activeSlave.slaveName's massive belly shudders and shrinks as all her waters simultaneously break. She spreads her legs wide with a loud moan. Her vaginal lips part as the first of her brood is born, followed not long after by another. After an hour of constant 
+<<else>>
+	$activeSlave.slaveName's massive belly shudders and shrinks as all her waters simultaneously break. She spreads her legs wide with a loud moan. Her vaginal lips part as her birthing begin. After an hour of intensive 
 <</if>>
 <<if $activeSlave.fetish == "mindbroken">>
-	birthing, she shows little interest in the changes to her body. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@
+	birthing, she shows little interest in the changes to her body. @@.red;The ordeal of intensive birthing has had a massive effect on her health as well as completely destroying her vagina.@@
 <<elseif $activeSlave.sexualFlaw == "breeder">>
-	birthing and the realization that you are taking away her ideal body, her perfect existence; her mind @@.red;fundamentally breaks. The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@
+	birthing and the realization that you are taking away her ideal body, her perfect existence; her mind @@.red;fundamentally breaks. The ordeal of intensive birthing has had a massive effect on her health as well as completely destroying her vagina.@@
     <<set $activeSlave.fetish = "mindbroken">>
 <<elseif $activeSlave.fetish == "pregnancy" && $Nurse != 0>>
-	birthing and orgasming each time, $activeSlave.slaveName's mind would have broken. However, $Nurse.slaveName had the forsight to sedate her after witnessing her constant orgasming. She awakes to find her belly deflated, no longer crammed full of life. She is @@.mediumorchid;disappointed@@ that you would forbid her from such a pleasure, but @@.mediumaquamarine;understands@@ why it was done. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@
+	birthing and orgasming all the time, $activeSlave.slaveName's mind would have broken. However, $Nurse.slaveName had the forsight to sedate her after witnessing her constant orgasming. She awakes to find her belly deflated, no longer crammed full of life. She is @@.mediumorchid;disappointed@@ that you would forbid her from such a pleasure, but @@.mediumaquamarine;understands@@ why it was done. @@.red;The ordeal of intensive birthing has had a massive effect on her health as well as completely destroying her vagina.@@
     <<set $activeSlave.trust += 5, $activeSlave.devotion -= 5>>
 <<elseif $activeSlave.fetish == "pregnancy">>
-	<<if $activeSlave.broodmother == 2>>
+	<<if $activeSlave.pregType > 40>>
 		birthing and orgasming each time, $activeSlave.slaveName's mind is @@.red;fundamentally broken.@@ Being under constant pleasure for so long has destroyed all but the part of her that feels pleasure. With one final push the breeding device is expelled from her womb as the last spark of what was her mind is extinguished. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@
 		<<set $activeSlave.fetish = "mindbroken">>
-	<<else>>
+	<<elseif $activeSlave.pregType > 20>>
 		birthing and orgasming each time, $activeSlave.slaveName is reduced to a quivering, overstimulated pile. Whe she returns to her senses, @@.hotpink;she can only express how much she wants to go again.@@ @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@
 		<<set $activeSlave.devotion += 4>>
+	<<else>>
+		birthing and orgasming all the time, $activeSlave.slaveName is reduced to a quivering, overstimulated pile. Whe she returns to her senses, @@.hotpink;she can only express how much she wants to go again.@@ @@.red;The ordeal of intensive birthing has had a massive effect on her health as well as completely destroying her vagina.@@
+		<<set $activeSlave.devotion += 3>>
 	<</if>>
 <<elseif $activeSlave.devotion <= 20>>
 	birthing, @@.mediumorchid;she hates you for destroying her body like this@@. She is @@.gold;terrified of your power@@ over her body. @@.red;The ordeal of constant birthing has had a massive effect on her health as well as completely destroying her vagina.@@
@@ -36,32 +44,32 @@ The remote surgery allows the removal of the pregnancy generator through convent
 <</if>>
 
 <<set _babyPrice = random(-20,20)>>
-<<if $activeSlave.broodmother == 2>>
-	<<set $activeSlave.vagina = 10>>
-	<<set $activeSlave.health -= 80>>
-	<<if $Cash4Babies == 1>>
-		Her babies sold for a total of @@.yellowgreen;<<print cashFormat(50*(50+_babyPrice))>>.@@
-		<<set $cash += 50*(50+_babyPrice)>>
+<<if $activeSlave.pregType > 40>>
+	<<set $activeSlave.preg = -3>>
+	<<if $activeSlave.vagina < 6>>
+		<<set $activeSlave.vagina = 10>>
 	<</if>>
-	<<set $activeSlave.births += 50>>
-	<<set $activeSlave.birthsTotal += 50>>
-	<<set $birthsTotal += 50>>
+	<<set $activeSlave.health -= 80>>
 <<else>>
-	<<set $activeSlave.vagina = 6>>
-	<<set $activeSlave.health -= 30>>
-	<<if $Cash4Babies == 1>>
-		Her babies sold for a total of @@.yellowgreen;<<print cashFormat(8*(50+_babyPrice))>>.@@
-		<<set $cash += 8*(50+_babyPrice)>>
+	<<set $activeSlave.preg = -1>> /* I think, it's not logical to break her reprofuctive system out of repair, if she is only type 1 broodmother. In this case she have to birth only like 5-10 fully grown babies, others get progressively smaller. It's should be even smaller stress to body then for "normal" hyperpregnant with 15-20+ children - they have to birth them all at full size.*/
+	<<if $activeSlave.vagina < 6>>
+		<<set $activeSlave.vagina = 6>>
 	<</if>>
-	<<set $activeSlave.births += 8>>
-	<<set $activeSlave.birthsTotal += 8>>
-	<<set $birthsTotal += 8>>
+	<<set $activeSlave.health -= 30>>
 <</if>>
-<<set $activeSlave.preg = -3>>
+<<if $Cash4Babies == 1 && _curBabies > 0>>
+	Her survived <<if _curBabies > 1>>children<<else>>child<</if>> sold for a total of @@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyPrice))>>.@@
+	<<set $cash += _curBabies*(50+_babyPrice)>>
+<</if>>
+<<set $activeSlave.births += _curBabies>>
+<<set $activeSlave.birthsTotal += _curBabies>>
+<<set $birthsTotal += _curBabies>>
+
 <<set $activeSlave.pregWeek = -4>>
 <<set $activeSlave.pregType = 0>>
 <<set $activeSlave.pregSource = 0>>
 <<set $activeSlave.pregKnown = 0>>
+<<set WombFlush($activeSlave)>>
 <<set $activeSlave.broodmother = 0>>
 <<SetBellySize $activeSlave>>