JobGiver_GetLifeForce fix

This commit is contained in:
Shabakur 2023-01-17 17:40:58 +01:00
parent 90072b4036
commit 28ac74abb0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -27,7 +27,7 @@ namespace RJW_Genes
}
if (ModsConfig.IsActive("LustLicentia.RJWLabs") && gene_lifeforce.StoredCumAllowed)
if (ModsConfig.IsActive("rjw.sexperience") && gene_lifeforce.StoredCumAllowed && genes.HasGene(GeneDefOf.rjw_genes_cum_eater))
{
Thing gatheredCum = this.GetStoredCum(pawn);
if (gatheredCum == null)