mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Add chance to debug implanation log
This commit is contained in:
parent
baeff0ea29
commit
bf0334d16e
1 changed files with 2 additions and 1 deletions
|
@ -1453,7 +1453,8 @@ namespace RJW_Menstruation
|
|||
}
|
||||
else
|
||||
{
|
||||
if (Configurations.Debug) Log.Message($"Fertilized egg of {Pawn} failed to implant (father {egg.fertilizer})");
|
||||
float implantChance = Configurations.ImplantationChance * ImplantChance * InterspeciesImplantFactor(egg.fertilizer);
|
||||
if (Configurations.Debug) Log.Message($"Fertilized egg of {Pawn} failed to implant (chance {implantChance.ToStringPercent()}, father {egg.fertilizer})");
|
||||
deadeggs.Add(egg);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue