Reset the ovulation power cache when genes change

This commit is contained in:
lutepickle 2024-01-12 05:21:24 -08:00
parent 8e9acaa8ca
commit d74d488d6e
1 changed files with 1 additions and 0 deletions

View File

@ -678,6 +678,7 @@ namespace RJW_Menstruation
estrusLevel = Props.concealedEstrus ? EstrusLevel.Concealed : EstrusLevel.Visible;
ovulationFactor = 1f;
noBleeding = false;
opcache = -1;
if (Pawn.genes == null || !ModsConfig.BiotechActive) return;