mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Display correct fertility chance for wombs with a fertility modifier.
This commit is contained in:
		
							parent
							
								
									af6003911c
								
							
						
					
					
						commit
						47492f6472
					
				
					 2 changed files with 1 additions and 1 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -66,7 +66,7 @@ namespace RJW_Menstruation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public static float GetFertilityChance(this HediffComp_Menstruation comp)
 | 
					        public static float GetFertilityChance(this HediffComp_Menstruation comp)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            return comp.TotalFertCum * Configurations.FertilizeChance;
 | 
					            return comp.TotalFertCum * Configurations.FertilizeChance * comp.Props.basefertilizationChanceFactor;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public static HediffComp_Menstruation.Stage GetCurStage(this Pawn pawn)
 | 
					        public static HediffComp_Menstruation.Stage GetCurStage(this Pawn pawn)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue