mirror of
https://gitgud.io/amevarashi/rjw-sexperience-ideology.git
synced 2024-08-15 00:43:19 +00:00
Removed 100% certainty spam for sex proselyzing
This commit is contained in:
parent
29b6639f7d
commit
31c5293e5f
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue