Adjust the spacing in the womb dialog to put the fert/implant chance back where it was

This commit is contained in:
lutepickle 2022-07-23 20:50:57 -07:00
parent 62f37dcac8
commit fdd1bb682a
1 changed files with 1 additions and 2 deletions

View File

@ -408,8 +408,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;
lineRect.y += height;
lineRect.y += height * 3;
statvalue = Configurations.ImplantationChance * comp.ImplantFactor;
float fertchance = comp.GetFertilityChance();