mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Animal Genetics doesn't properly add the comp to RJW pregnancy, so the compatibility code doesn't function right either. Remove it from the changelog but leave the code in place for when Animal Genetics works.
This commit is contained in:
		
							parent
							
								
									4f5b9f8068
								
							
						
					
					
						commit
						56e6ad106e
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
					@ -5,7 +5,7 @@ namespace RJW_Menstruation
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    public static class AnimalGeneticsCompatibility
 | 
					    public static class AnimalGeneticsCompatibility
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        public static void PreBirth(Pawn mother, Pawn father, Hediff pregnancy)
 | 
					        public static void PreBirth(Pawn mother, Pawn father, Hediff_MultiplePregnancy pregnancy)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            GeneticInformation motherGeneticInformation = mother?.AnimalGenetics();
 | 
					            GeneticInformation motherGeneticInformation = mother?.AnimalGenetics();
 | 
				
			||||||
            GeneticInformation fatherGeneticInformation = father?.AnimalGenetics();
 | 
					            GeneticInformation fatherGeneticInformation = father?.AnimalGenetics();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,6 @@ Version 1.0.7.5
 | 
				
			||||||
 - Properly calculate cramp pain falloff again.
 | 
					 - Properly calculate cramp pain falloff again.
 | 
				
			||||||
 - Climacteric and menopause are now per-womb, appearing in the womb dialog instead of as hediffs. Any old hediffs should disappear upon loading the save.
 | 
					 - Climacteric and menopause are now per-womb, appearing in the womb dialog instead of as hediffs. Any old hediffs should disappear upon loading the save.
 | 
				
			||||||
 - Added new property to vaginas to multiply the number of eggs available. Archotech vaginas will have quadruple the normal amount.
 | 
					 - Added new property to vaginas to multiply the number of eggs available. Archotech vaginas will have quadruple the normal amount.
 | 
				
			||||||
 - Added support for Animal Genetics (Continued)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.0.7.4
 | 
					Version 1.0.7.4
 | 
				
			||||||
 - Fix errors when using other mods with bad HediffCompProperties.
 | 
					 - Fix errors when using other mods with bad HediffCompProperties.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue