Skip to content
Snippets Groups Projects
Commit 31c5293e authored by amevarashi's avatar amevarashi
Browse files

Removed 100% certainty spam for sex proselyzing

parent 29b6639f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment