mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Added a Gene for Specified Sex using RJW Logic
This commit is contained in:
parent
bf4303177e
commit
95fc9b89a0
42 changed files with 318 additions and 186 deletions
16
Source/Genes/RJW_Gene.cs
Normal file
16
Source/Genes/RJW_Gene.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
using rjw;
|
||||
using Verse;
|
||||
|
||||
namespace RJW_Genes
|
||||
{
|
||||
public class RJW_Gene : Gene
|
||||
{
|
||||
|
||||
public override void PostMake()
|
||||
{
|
||||
base.PostMake();
|
||||
if (GenitaliaUtility.PawnStillNeedsGenitalia(pawn))
|
||||
Sexualizer.sexualize_pawn(pawn);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue