mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Make sure that infertile vaginas start at None
This commit is contained in:
		
							parent
							
								
									7a1df037ac
								
							
						
					
					
						commit
						7f306fb9c7
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1082,7 +1082,8 @@ namespace RJW_Menstruation
 | 
			
		|||
            if (ovarypower < -50000)
 | 
			
		||||
            {
 | 
			
		||||
                ovarypower = GetOvaryPowerByAge();
 | 
			
		||||
                if (ovarypower < 1)
 | 
			
		||||
                if (Props.infertile) curStage = Stage.None;
 | 
			
		||||
                else if (ovarypower < 1)
 | 
			
		||||
                {
 | 
			
		||||
                    curStage = Stage.Young;
 | 
			
		||||
                }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue