mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Exclude Erin's Covyia egg genes from cycling
This commit is contained in:
parent
cb8267bf0f
commit
7b00579969
3 changed files with 2 additions and 0 deletions
Binary file not shown.
|
@ -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);
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue