Support the new RJW udder/flank system

This commit is contained in:
lutepickle 2022-09-26 07:05:56 -07:00
parent 888ae541ed
commit 204e62cbdd
3 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -166,6 +166,8 @@ namespace RJW_Menstruation
public static void DrawBreastIcon(this Pawn pawn, Rect rect)
{
Hediff hediff = Genital_Helper.get_PartsHediffList(pawn, Genital_Helper.get_breastsBPR(pawn)).FirstOrDefault((Hediff h) => h.def.defName.ToLower().Contains("breast"));
if (hediff == null)
hediff = Genital_Helper.get_PartsHediffList(pawn, Genital_Helper.get_uddersBPR(pawn)).FirstOrDefault((Hediff h) => h.def.defName.ToLower().Contains("breast"));
Texture2D breast, nipple, areola;
if (hediff != null)
{

View File

@ -1,6 +1,8 @@
Version 1.0.7.5
- Requires RJW 5.2.2.
- Fix error when one womb's concealed estrus is overwritten by another womb's visible estrus.
- Fix error after the game is loaded with an NPC in estrus off-map.
- Fix udders not appearing in the womb dialog with RJW 5.2.2.
- Fix missing texture error when insect egged with multiple sizes.
- Properly calculate cramp pain falloff again.
- Climacteric and menopause are now per-womb, appearing in the womb dialog instead of as hediffs. Any old hediffs should disappear upon loading the save.