Removed 100% certainty spam for sex proselyzing

This commit is contained in:
amevarashi 2022-11-06 19:14:43 +05:00
parent 29b6639f7d
commit 31c5293e5f
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@ namespace RJWSexperience.Ideology
// Option A: Partner has same Ideo as Pawn, increase certainty
if (sameIdeo)
{
partner.ideo.OffsetCertainty(severity);
if (partner.ideo.Certainty < 1f)
{
partner.ideo.OffsetCertainty(severity);
}
}
// Option B: Partner as different Ideo, try to convert
else