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

Merge branch 'pregmod-master' into 'pregmod-master'

Added missing preg check

Closes #388

See merge request pregmodfan/fc-pregmod!3153
parents 09ef7885 b9ba7c43
No related branches found
No related tags found
1 merge request!3153Added missing preg check
......@@ -19089,6 +19089,7 @@ window.rulesAssistantOptions = (function() {
["chocolate"],
["chestnut"],
["hazel"],
["jet black"],
["black"],
["grey"],
["silver"],
......@@ -19162,6 +19163,7 @@ window.rulesAssistantOptions = (function() {
["chocolate"],
["chestnut"],
["hazel"],
["jet black"],
["black"],
["grey"],
["silver"],
......@@ -19244,6 +19246,7 @@ window.rulesAssistantOptions = (function() {
["chocolate"],
["chestnut"],
["hazel"],
["jet black"],
["black"],
["grey"],
["silver"],
......@@ -19304,6 +19307,7 @@ window.rulesAssistantOptions = (function() {
["chocolate"],
["chestnut"],
["hazel"],
["jet black"],
["black"],
["grey"],
["silver"],
......@@ -15125,7 +15125,7 @@ $He has
<<elseif $activeSlave.bellyPreg >= 1500>>
Your breeding focused society finds a developing pregnancy very fashionable.
<</if>>
<<elseif $arcologies[0].FSRepopulationFocusPregPolicy == 1>>
<<elseif $arcologies[0].FSRepopulationFocusPregPolicy == 1 && $activeSlave.bellyPreg >= 1500>>
Thanks to your trendsetting policies, society finds $his pregnant belly fashionable.
<<elseif $arcologies[0].FSRestart != "unset">>
<<if $activeSlave.belly >= 1000000>>
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