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

law compliance tweak

parent 14ab2c10
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
<</if>> <</if>>
<</if>> <</if>>
<<set $activeSlave.pubertyXX = 1>> <<set $activeSlave.pubertyXX = 1>>
<<if $activeSlave.ovaryAge >= 42>>
/* corrects menopausal mothers */
<<set $activeSlave.ovaryAge = 40>>
<</if>>
<<if $activeSlave.preg < 1>> /* "if" needed here to avoid conflicts with already pregnant slaves from repopulation FS arcologies markets */ <<if $activeSlave.preg < 1>> /* "if" needed here to avoid conflicts with already pregnant slaves from repopulation FS arcologies markets */
<<set $activeSlave.ovaries = 1>> <<set $activeSlave.ovaries = 1>>
<<set $activeSlave.vagina = either(0, 0, 1, 1, 1, 1, 1, 2, 2, 3)>> <<set $activeSlave.vagina = either(0, 0, 1, 1, 1, 1, 1, 2, 2, 3)>>
......
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