mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Improved some Documentation, closes #32
This commit is contained in:
parent
c039ae1e3b
commit
4c738e3035
4 changed files with 12 additions and 3 deletions
|
@ -41,7 +41,7 @@ namespace RJW_Genes
|
|||
public override void Notify_OnPawnGeneration()
|
||||
{
|
||||
base.Notify_OnPawnGeneration();
|
||||
// If this is Pawn generation, then we can assume that the pawn was never any gender other than female, so they shouldn't have sex change thoughts.
|
||||
// If this is Pawn generation, then we can assume that the pawn was never any gender other than female, so they shouldn't have sex change thoughts. (Issue #32)
|
||||
GenderUtility.RemoveAllSexChangeThoughts(pawn);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue