mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Support the new RJW udder/flank system
This commit is contained in:
parent
888ae541ed
commit
204e62cbdd
3 changed files with 4 additions and 0 deletions
Binary file not shown.
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue