Exclude Erin's Covyia egg genes from cycling

This commit is contained in:
lutepickle 2024-02-08 16:00:13 -08:00
parent cb8267bf0f
commit 7b00579969
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -162,6 +162,7 @@ namespace RJW_Menstruation
DefDatabase<GeneDef>.GetNamedSilentFail("AG_EggLaying"), // Alpha Genes
DefDatabase<GeneDef>.GetNamedSilentFail("VRESaurids_Oviparous"), // VE Saurid
DefDatabase<GeneDef>.GetNamedSilentFail("VRE_SaplingBirth"), // VE Phytokin
DefDatabase<GeneDef>.GetNamedSilentFail("ERN_EggLayer"), // Erin's Corvyia
};
egglayergenes.Remove(null);

View File

@ -1,4 +1,5 @@
Version 1.0.9.4
- Pawns with the egglaying gene from Erin's Corvyia no longer have a menstrual cycle.
Version 1.0.9.3
- The biosculptor egg restoration cycle will now give more eggs to races that ovulate more than one egg at a time.