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

Major memory sink cleared

parent 4aebb78b
No related branches found
No related tags found
1 merge request!4245Major memory sink cleared
...@@ -657,3 +657,4 @@ You arrange yourself to give birth, relaxing until your body urges you to begin ...@@ -657,3 +657,4 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
<<set $PC.belly = getPregBellySize($PC)>> <<set $PC.belly = getPregBellySize($PC)>>
<<set $reservedChildren = FetusGlobalReserveCount("incubator")>> <<set $reservedChildren = FetusGlobalReserveCount("incubator")>>
<<set $reservedChildrenNursery = FetusGlobalReserveCount("nursery")>> <<set $reservedChildrenNursery = FetusGlobalReserveCount("nursery")>>
<<run delete $PC.curBabies>>
...@@ -105,6 +105,9 @@ ...@@ -105,6 +105,9 @@
$pornStarSadists = 0, $pornStarMasochists = 0, $pornStarPregnancySluts = 0>> $pornStarSadists = 0, $pornStarMasochists = 0, $pornStarPregnancySluts = 0>>
<</if>> <</if>>
<<for _i = 0; _i < _SL; _i++>> <<for _i = 0; _i < _SL; _i++>>
<<if def $slaves[_i].curBabies>>
<<run delete $slaves[_i].curBabies>>
<</if>>
<<if $seeAge != 0>> <<if $seeAge != 0>>
<<set $slaves[_i].birthWeek++>> <<set $slaves[_i].birthWeek++>>
<<if $slaves[_i].birthWeek >= 52>> <<if $slaves[_i].birthWeek >= 52>>
......
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