Skip to content
Snippets Groups Projects
Commit d940bbd9 authored by pregmodfan's avatar pregmodfan
Browse files

birthstorm corrupting birth counters data - fix

parent 8d5d037a
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<<set $nextButton = "Back", $nextLink = "Slave Interact">> <<set $nextButton = "Back", $nextLink = "Slave Interact">>
<<set $activeSlave.curBabies = WombBirth($activeSlave, 34)>> /*Here check - how many children survive this event. 34 weeks minimum.*/ <<set $activeSlave.curBabies = WombBirth($activeSlave, 34)>> /*Here check - how many children survive this event. 34 weeks minimum.*/
<<set _curBabies = $activeSlave.curBabies>> <<set _curBabies = $activeSlave.curBabies.length>>
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. 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.broodmother == 2>>
......
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