Remove a message that would be noisy for pawns without a menstrual cycle

This commit is contained in:
lutepickle 2024-05-04 18:29:21 -07:00
parent 4949cac289
commit a51d0214a2
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ namespace RJW_Menstruation
else comp = partner.GetRandomMenstruationComp();
if (comp == null)
{
if (Configurations.Debug) ModLog.Message("used original rjw method: Comp missing");
return true;
}
else if (AndroidsCompatibility.IsAndroid(pawn) && !AndroidsCompatibility.AndroidPenisFertility(pawn))