mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Fix stage hours in GetEggIcon
This commit is contained in:
		
							parent
							
								
									5c1fb93613
								
							
						
					
					
						commit
						07221e01a8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -169,7 +169,7 @@ namespace RJW_Menstruation
 | 
			
		|||
                case HediffComp_Menstruation.Stage.ClimactericFollicular:
 | 
			
		||||
                    if (!includeOvary) break;
 | 
			
		||||
                    if (comp is HediffComp_InducedOvulator) break;
 | 
			
		||||
                    if (comp.curStageHrs > comp.FollicularIntervalHours - 30)   // Approximate time for ovulation to occur
 | 
			
		||||
                    if (comp.curStageHrs > comp.CurStageIntervalHours - 30)   // Approximate time for ovulation to occur
 | 
			
		||||
                        return ContentFinder<Texture2D>.Get("Ovaries/Ovary_01", true);
 | 
			
		||||
                    else break;
 | 
			
		||||
                case HediffComp_Menstruation.Stage.Ovulatory:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue