The genes aren't inheritable, so don't bother saying "born with" in the egg multiplier descriptions. Leave support in the code, though.

This commit is contained in:
lutepickle 2023-01-07 05:32:19 -08:00
parent f3e14e67b0
commit 68f05dc272
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@
<GeneDef ParentName="Menstruation_Ovulation">
<defName>Menstruation_DoubleOvulation</defName>
<label>double ovulation</label>
<description>Wombs with this gene will ovulate twice as many eggs, and contain double.</description>
<description>Wombs with this gene will ovulate twice as many eggs.</description>
<biostatMet>-1</biostatMet>
<displayOrderInCategory>30</displayOrderInCategory>
</GeneDef>
@ -81,7 +81,7 @@
<GeneDef ParentName="Menstruation_Ovulation">
<defName>Menstruation_QuadOvulation</defName>
<label>quadruple ovulation</label>
<description>Wombs with this gene will ovulate four times as many eggs, and contain quadruple.</description>
<description>Wombs with this gene will ovulate four times as many eggs.</description>
<biostatMet>-1</biostatMet>
<displayOrderInCategory>35</displayOrderInCategory>
</GeneDef>