Fixed Age-Drain Meme to lock to 20y and not ... 14, which is rimworld adult age

This commit is contained in:
Vegapnk 2023-01-07 16:51:34 +01:00
parent 6ea89c189c
commit ee85bd750d
4 changed files with 51 additions and 7 deletions

View file

@ -32,7 +32,7 @@ namespace RJW_Genes
return pawn.genes.HasGene(GeneDefOf.rjw_genes_youth_fountain);
}
internal static bool IsAgeDrainer(Pawn pawn)
public static bool IsAgeDrainer(Pawn pawn)
{
if (pawn.genes == null)
{