Added a new gene that increases penis size on oral sex

This commit is contained in:
Vegapnk 2023-07-16 10:59:06 +02:00
parent 93a4699fba
commit d5580ba92a
12 changed files with 136 additions and 6 deletions

View file

@ -0,0 +1,17 @@
using Verse;
namespace RJW_Genes
{
public class AgeTransferExtension : DefModExtension
{
/// <summary>
/// Amount by which the Biological Age Ticks will be changed.
/// </summary>
public int ageTickChange;
/// <summary>
/// Minimum Age for youthing to take place - pawns cannot end up underaged.
/// </summary>
public int minAgeInYears;
}
}