Fixed PregnancyOVerwrite by only taking into account male fertility

This commit is contained in:
Vegapnk 2024-07-08 19:43:33 +02:00
parent 991edfdff0
commit 980458e4fa
3 changed files with 10 additions and 26 deletions

View file

@ -153,21 +153,4 @@
<biostatMet>0</biostatMet>
</GeneDef>
<GeneDef ParentName="BreedingBase">
<defName>rjw_genes_pregnancy_overwrite</defName>
<label>Sperm Displacement</label>
<description>Carriers of this gene can 'overwrite' an existing pregnancy, keeping the progress but effectively replacing the father.</description>
<iconPath>Genes/Icons/RJW_Genes_PheromoneSpit</iconPath>
<displayOrderInCategory>75</displayOrderInCategory>
<biostatCpx>4</biostatCpx>
<biostatMet>-2</biostatMet>
<modExtensions>
<!-- DevNote: The chance will be multiplied by both pawns' Fertility! -->
<li Class="RJW_Genes.ChanceExtension">
<chance>0.5</chance>
</li>
</modExtensions>
</GeneDef>
</Defs>

View file

@ -60,7 +60,7 @@
<biostatMet>-1</biostatMet>
<modExtensions>
<li Class="RJW_Genes.MultiplierExtension">
<multiplier>20.0</multiplier>
<multiplier>15.0</multiplier>
</li>
</modExtensions>
</GeneDef>