mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2026-08-22 03:35:10 +00:00
Compare commits
3 commits
21c48dfa60
...
246b567248
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
246b567248 | ||
|
|
5c83c807a3 | ||
|
|
8ff3771a0e |
5 changed files with 8 additions and 6 deletions
|
|
@ -1971,7 +1971,7 @@ namespace RJW_Menstruation
|
|||
}
|
||||
}
|
||||
|
||||
protected float InterspeciesImplantFactor(Pawn fertilizer)
|
||||
public float InterspeciesImplantFactor(Pawn fertilizer)
|
||||
{
|
||||
if (fertilizer.def.defName == Pawn.def.defName) return 1.0f;
|
||||
else
|
||||
|
|
|
|||
|
|
@ -400,7 +400,7 @@ namespace RJW_Menstruation
|
|||
GUI.DrawTexture(genitalIconRect, vagina, ScaleMode.ScaleToFit);
|
||||
|
||||
GUI.color = Color.white;
|
||||
GUI.Label(genitalVaginaLabelRect, pawn.GetVaginaLabel(), fontstylecenter);
|
||||
GUI.Label(genitalVaginaLabelRect, comp.GetVaginaLabel(), fontstylecenter);
|
||||
GUI.Label(genitalAnusLabelRect, pawn.GetAnusLabel(), fontstylecenter);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -325,10 +325,10 @@ namespace RJW_Menstruation
|
|||
}
|
||||
|
||||
|
||||
public static string GetVaginaLabel(this Pawn pawn)
|
||||
public static string GetVaginaLabel(this HediffComp_Menstruation comp)
|
||||
{
|
||||
Hediff hediff = pawn.health.hediffSet.hediffs.Find(h => VariousDefOf.AllVaginas.Contains(h.def));
|
||||
return hediff.LabelBase.CapitalizeFirst() + "\n(" + hediff.LabelInBrackets + ")" + "\n" + xxx.CountOfSex.LabelCap.CapitalizeFirst() + ": " + pawn.records.GetAsInt(xxx.CountOfSex);
|
||||
Hediff hediff = comp.parent;
|
||||
return hediff.LabelBase.CapitalizeFirst() + "\n(" + hediff.LabelInBrackets + ")" + "\n" + xxx.CountOfSex.LabelCap.CapitalizeFirst() + ": " + comp.parent.pawn.records.GetAsInt(xxx.CountOfSex);
|
||||
}
|
||||
public static string GetAnusLabel(this Pawn pawn)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<Manifest>
|
||||
<identifier>RJW Menstruation</identifier>
|
||||
<version>1.6.2.4</version>
|
||||
<version>1.6.2.5</version>
|
||||
<dependencies>
|
||||
</dependencies>
|
||||
<incompatibleWith />
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
Version 1.6.2.5
|
||||
|
||||
Version 1.6.2.4
|
||||
- Fix error on startup and missing womb status in RJW tab with RJW 6.1.4.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue