mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added a new gene that increases penis size on oral sex
This commit is contained in:
parent
93a4699fba
commit
d5580ba92a
12 changed files with 136 additions and 6 deletions
17
Source/Genes/Special/Defs/AgeTransferExtension.cs
Normal file
17
Source/Genes/Special/Defs/AgeTransferExtension.cs
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue