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

minor fix

parent 82bf1b94
No related branches found
No related tags found
No related merge requests found
...@@ -276,7 +276,7 @@ ...@@ -276,7 +276,7 @@
<<set $slaves[$i].pregControl = "none">> <<set $slaves[$i].pregControl = "none">>
<<set _beforeSize = WombGetSize($slaves[$i])>> <<set _beforeSize = WombGetSize($slaves[$i])>>
<<if $slaves[$i].broodmother > 0>>> <<if $slaves[$i].broodmother > 0>>
<<set $slaves[$i].curBabies = WombBirth($slaves[$i], 37)>> //broodmothers - give birth for all 37+ week fetuses. <<set $slaves[$i].curBabies = WombBirth($slaves[$i], 37)>> //broodmothers - give birth for all 37+ week fetuses.
<<else>> <<else>>
<<set $slaves[$i].curBabies = WombBirth($slaves[$i], 34)>> //Normal pregnancy - 34 week is minimal gestation time for live birth. <<set $slaves[$i].curBabies = WombBirth($slaves[$i], 34)>> //Normal pregnancy - 34 week is minimal gestation time for live birth.
......
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