mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Compare commits
No commits in common. "0ff5fa96d01bcc84776667a025b521da65e5c230" and "baeff0ea290dd375fac6cd0cbe85d62dcfe38155" have entirely different histories.
0ff5fa96d0
...
baeff0ea29
3 changed files with 2 additions and 6 deletions
Binary file not shown.
Binary file not shown.
|
|
@ -1452,12 +1452,8 @@ namespace RJW_Menstruation
|
|||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (Configurations.Debug)
|
||||
{
|
||||
float implantChance = Configurations.ImplantationChance * ImplantChance * InterspeciesImplantFactor(egg.fertilizer);
|
||||
Log.Message($"Fertilized egg of {Pawn} failed to implant (chance {implantChance.ToStringPercent()}, father {egg.fertilizer})");
|
||||
}
|
||||
{
|
||||
if (Configurations.Debug) Log.Message($"Fertilized egg of {Pawn} failed to implant (father {egg.fertilizer})");
|
||||
deadeggs.Add(egg);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue