Fix namings

This commit is contained in:
amevarashi 2022-10-14 22:37:55 +05:00
parent 075260f091
commit 92e9569e63
3 changed files with 12 additions and 10 deletions

View file

@ -24,7 +24,7 @@ namespace RJWSexperience.Ideology.PreceptWorkers
{
if (p != null && Genital_Helper.get_AllPartsHediffList(p).Count > 0)
{
float bestSize = IdeoUtility.getGenitalSize(p);
float bestSize = IdeoUtility.GetGenitalSize(p);
return ThoughtState.ActiveAtStage(StageFromValue.GetStageIndex(bestSize));
}
// This might can happen if the pawn has no genitalia ... maybe?

View file

@ -25,7 +25,7 @@ namespace RJWSexperience.Ideology.PreceptWorkers
{
if (otherPawn != null && Genital_Helper.get_AllPartsHediffList(otherPawn).Count > 0)
{
float bestSize = IdeoUtility.getGenitalSize(otherPawn);
float bestSize = IdeoUtility.GetGenitalSize(otherPawn);
return ThoughtState.ActiveAtStage(StageFromValue.GetStageIndex(bestSize));
}
// This might can happen if the pawn has no genitalia ... maybe?