Add sapling birth from VE Phytokin to the egg laying genes list

This commit is contained in:
lutepickle 2023-12-04 11:51:09 -08:00
parent dc33024d42
commit 32ba7bcef8
3 changed files with 3 additions and 1 deletions

Binary file not shown.

View File

@ -171,8 +171,10 @@ namespace RJW_Menstruation
GeneDef AG_EggLaying = DefDatabase<GeneDef>.GetNamedSilentFail("AG_EggLaying"); // Alpha Genes
GeneDef VRESaurids_Oviparous = DefDatabase<GeneDef>.GetNamedSilentFail("VRESaurids_Oviparous"); // VE Saurid
GeneDef VRE_SaplingBirth = DefDatabase<GeneDef>.GetNamedSilentFail("VRE_SaplingBirth"); // VE Phytokin
if (AG_EggLaying != null) egglayergenes.Add(AG_EggLaying);
if (VRESaurids_Oviparous != null) egglayergenes.Add(VRESaurids_Oviparous);
if (VRE_SaplingBirth != null) egglayergenes.Add(VRE_SaplingBirth);
return egglayergenes;
}

View File

@ -5,7 +5,7 @@ Version 1.0.9.2
- Handle errors more gracefully when starting a pregnancy.
- Fix implanting multiple eggs in an animal when configured to use Biotech pregnancies.
- Egglaying races no longer have a menstrual cycle, regardless of vagina type.
- Pawns with the egglaying genes from Alpha Genes or VE Saurids no longer have a menstrual cycle.
- Pawns with the egglaying genes from Alpha Genes or VE Saurids or Phytokin no longer have a menstrual cycle.
- The womb status button will now appear in a pawn's health tab when using Compact Hediffs, with thanks to Fern.
- Tampons and pads are now allowed by default in the worker, soldier, and slave starting outfits.