Compare commits

..

2 commits

Author SHA1 Message Date
ADHD_Coder
6893e67147 Merge branch 'DP_fix' into 'dev'
Draft: Fix DP interactions not adding properly cumming in pawns

See merge request lutepickle/rjw_menstruation!15
2026-08-06 07:00:44 +00:00
lutepickle
5c83c807a3 Make InterspeciesImplantFactor public 2026-08-05 06:08:23 -07:00
3 changed files with 4 additions and 2 deletions

View file

@ -2035,7 +2035,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

View file

@ -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 />

View file

@ -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.