mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove sex ability from womb gizmo, at least for now.
This commit is contained in:
parent
7f49257879
commit
073043bb05
2 changed files with 1 additions and 5 deletions
Binary file not shown.
|
@ -394,10 +394,6 @@ namespace RJW_Menstruation
|
|||
FillableBarLabeled(lineRect, " " + xxx.vulnerability_stat.LabelCap.CapitalizeFirst() + " " + statvalue.ToStringPercent(), statvalue / 2, TextureCache.KhorneTexture, Texture2D.blackTexture, xxx.vulnerability_stat.description);
|
||||
lineRect.y += height;
|
||||
|
||||
statvalue = pawn.GetStatValue(xxx.sex_stat);
|
||||
FillableBarLabeled(lineRect, " " + xxx.sex_stat.LabelCap.CapitalizeFirst() + " " + statvalue.ToStringPercent(), statvalue / 2, TextureCache.TzeentchTexture, Texture2D.blackTexture, xxx.sex_stat.description);
|
||||
lineRect.y += height;
|
||||
|
||||
statvalue = pawn.records.GetValue(xxx.CountOfBirthHuman);
|
||||
FillableBarLabeled(lineRect, " " + xxx.CountOfBirthHuman.LabelCap.CapitalizeFirst() + " " + statvalue, statvalue / 10, TextureCache.HumanTexture, Texture2D.blackTexture, xxx.CountOfBirthHuman.description);
|
||||
lineRect.y += height;
|
||||
|
@ -408,7 +404,7 @@ namespace RJW_Menstruation
|
|||
|
||||
statvalue = pawn.records.GetValue(xxx.CountOfBirthEgg);
|
||||
FillableBarLabeled(lineRect, " " + xxx.CountOfBirthEgg.LabelCap.CapitalizeFirst() + " " + statvalue, statvalue / 100, TextureCache.NurgleTexture, Texture2D.blackTexture, xxx.CountOfBirthEgg.description);
|
||||
lineRect.y += height * 3;
|
||||
lineRect.y += height * 4;
|
||||
|
||||
statvalue = Configurations.ImplantationChance * comp.ImplantFactor;
|
||||
float fertchance = comp.GetFertilityChance();
|
||||
|
|
Loading…
Reference in a new issue