Improved some Documentation, closes #32

This commit is contained in:
Vegapnk 2023-04-30 10:06:53 +02:00
parent c039ae1e3b
commit 4c738e3035
4 changed files with 12 additions and 3 deletions

View file

@ -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 male, 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 male, so they shouldn't have sex change thoughts. (Issue #32)
GenderUtility.RemoveAllSexChangeThoughts(pawn);
}
}