mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	If the interspecies factor is somehow > 1, let it be displayed in the egg implant failure message
This commit is contained in:
		
							parent
							
								
									b0ea928a50
								
							
						
					
					
						commit
						1dcd67c97c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1480,7 +1480,7 @@ namespace RJW_Menstruation
 | 
				
			||||||
                        float interspeciesFactor = InterspeciesImplantFactor(egg.fertilizer);
 | 
					                        float interspeciesFactor = InterspeciesImplantFactor(egg.fertilizer);
 | 
				
			||||||
                        float implantChance = Configurations.ImplantationChance * ImplantChance * interspeciesFactor;
 | 
					                        float implantChance = Configurations.ImplantationChance * ImplantChance * interspeciesFactor;
 | 
				
			||||||
                        Log.Message($"Fertilized egg of {Pawn} failed to implant (chance {implantChance.ToStringPercent()}, " +
 | 
					                        Log.Message($"Fertilized egg of {Pawn} failed to implant (chance {implantChance.ToStringPercent()}, " +
 | 
				
			||||||
                            (interspeciesFactor < 1.0f ? $"interspecies factor {interspeciesFactor.ToStringPercent()}, " : "") +
 | 
					                            (interspeciesFactor != 1.0f ? $"interspecies factor {interspeciesFactor.ToStringPercent()}, " : "") +
 | 
				
			||||||
                            $"father {egg.fertilizer})");
 | 
					                            $"father {egg.fertilizer})");
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                    deadeggs.Add(egg);
 | 
					                    deadeggs.Add(egg);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue