mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Resizing Genes now trigger on 20th Birthday Earliest, Fixes #11
This commit is contained in:
parent
fd88a13848
commit
4cd77eba50
14 changed files with 140 additions and 119 deletions
|
@ -1,21 +1,10 @@
|
|||
namespace RJW_Genes
|
||||
{
|
||||
public class Gene_TightAnus : RJW_Gene
|
||||
public class Gene_TightAnus : Gene_GenitaliaResizingGene
|
||||
{
|
||||
|
||||
public override void PostMake()
|
||||
public override void Resize()
|
||||
{
|
||||
base.PostMake();
|
||||
|
||||
SizeAdjuster.AdjustAllAnusSizes(pawn, 0.0f, 0.5f);
|
||||
}
|
||||
|
||||
public override void PostAdd()
|
||||
{
|
||||
base.PostAdd();
|
||||
SizeAdjuster.AdjustAllAnusSizes(pawn, 0.0f, 0.5f);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue