mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Fixed Age-Drain Meme to lock to 20y and not ... 14, which is rimworld adult age
This commit is contained in:
parent
6ea89c189c
commit
ee85bd750d
4 changed files with 51 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue