mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Adjust the spacing in the womb dialog to put the fert/implant chance back where it was
This commit is contained in:
parent
62f37dcac8
commit
fdd1bb682a
1 changed files with 1 additions and 2 deletions
|
@ -408,8 +408,7 @@ namespace RJW_Menstruation
|
||||||
|
|
||||||
statvalue = pawn.records.GetValue(xxx.CountOfBirthEgg);
|
statvalue = pawn.records.GetValue(xxx.CountOfBirthEgg);
|
||||||
FillableBarLabeled(lineRect, " " + xxx.CountOfBirthEgg.LabelCap.CapitalizeFirst() + " " + statvalue, statvalue / 100, TextureCache.NurgleTexture, Texture2D.blackTexture, xxx.CountOfBirthEgg.description);
|
FillableBarLabeled(lineRect, " " + xxx.CountOfBirthEgg.LabelCap.CapitalizeFirst() + " " + statvalue, statvalue / 100, TextureCache.NurgleTexture, Texture2D.blackTexture, xxx.CountOfBirthEgg.description);
|
||||||
lineRect.y += height;
|
lineRect.y += height * 3;
|
||||||
lineRect.y += height;
|
|
||||||
|
|
||||||
statvalue = Configurations.ImplantationChance * comp.ImplantFactor;
|
statvalue = Configurations.ImplantationChance * comp.ImplantFactor;
|
||||||
float fertchance = comp.GetFertilityChance();
|
float fertchance = comp.GetFertilityChance();
|
||||||
|
|
Loading…
Reference in a new issue