mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Put the "comp missing" message in doimpregnate behind the debug setting.
This commit is contained in:
parent
fdd1bb682a
commit
0e04c7660b
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -107,7 +107,7 @@ namespace RJW_Menstruation
|
||||||
else comp = partner.GetRandomMenstruationComp();
|
else comp = partner.GetRandomMenstruationComp();
|
||||||
if (comp == null)
|
if (comp == null)
|
||||||
{
|
{
|
||||||
ModLog.Message("used original rjw method: Comp missing");
|
if (Configurations.Debug) ModLog.Message("used original rjw method: Comp missing");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (AndroidsCompatibility.IsAndroid(pawn) && !AndroidsCompatibility.AndroidPenisFertility(pawn))
|
else if (AndroidsCompatibility.IsAndroid(pawn) && !AndroidsCompatibility.AndroidPenisFertility(pawn))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue