Put the "comp missing" message in doimpregnate behind the debug setting.

This commit is contained in:
lutepickle 2022-07-25 06:28:19 -07:00
parent fdd1bb682a
commit 0e04c7660b
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

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