mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
Remove a message that would be noisy for pawns without a menstrual cycle
This commit is contained in:
parent
4949cac289
commit
a51d0214a2
1 changed files with 0 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue