mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
resizing age slider
This commit is contained in:
parent
35fbe09ab7
commit
60eef21c0e
13 changed files with 17 additions and 35 deletions
|
@ -16,7 +16,7 @@ namespace RJW_Genes
|
|||
|
||||
static void Postfix(Pawn ___pawn, int birthdayAge)
|
||||
{
|
||||
if (birthdayAge >= Gene_GenitaliaResizingGene.RESIZING_AGE)
|
||||
if (birthdayAge >= RJW_Genes_Settings.rjw_genes_resizing_age)
|
||||
{
|
||||
foreach(Gene_GenitaliaResizingGene gene in GeneUtility.GetGenitaliaResizingGenes(___pawn))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue