mirror of
https://gitgud.io/lutepickle/rjw_menstruation.git
synced 2024-08-14 22:46:52 +00:00
More parenthesis in ThoughtCumInside because I don't trust the compiler
This commit is contained in:
parent
3d5e1cae15
commit
0e34e3d4cc
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -1453,7 +1453,7 @@ namespace RJW_Menstruation
|
||||||
{
|
{
|
||||||
if (xxx.is_human(parent.pawn) && xxx.is_human(cummer))
|
if (xxx.is_human(parent.pawn) && xxx.is_human(cummer))
|
||||||
{
|
{
|
||||||
if ((cummer.Has(Quirk.Teratophile) != parent.pawn.GetStatValue(StatDefOf.PawnBeauty) >= 0) ||
|
if ((cummer.Has(Quirk.Teratophile) != (parent.pawn.GetStatValue(StatDefOf.PawnBeauty) >= 0)) ||
|
||||||
cummer.Has(Quirk.ImpregnationFetish) ||
|
cummer.Has(Quirk.ImpregnationFetish) ||
|
||||||
cummer.Has(Quirk.Breeder))
|
cummer.Has(Quirk.Breeder))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue