mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
Fix namings
This commit is contained in:
parent
075260f091
commit
92e9569e63
3 changed files with 12 additions and 10 deletions
|
@ -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?
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue