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
|
@ -48,9 +48,12 @@ namespace RJWSexperience.Ideology
|
||||||
bool sameIdeo = pawn.Ideo == partner.Ideo;
|
bool sameIdeo = pawn.Ideo == partner.Ideo;
|
||||||
// Option A: Partner has same Ideo as Pawn, increase certainty
|
// Option A: Partner has same Ideo as Pawn, increase certainty
|
||||||
if (sameIdeo)
|
if (sameIdeo)
|
||||||
|
{
|
||||||
|
if (partner.ideo.Certainty < 1f)
|
||||||
{
|
{
|
||||||
partner.ideo.OffsetCertainty(severity);
|
partner.ideo.OffsetCertainty(severity);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
// Option B: Partner as different Ideo, try to convert
|
// Option B: Partner as different Ideo, try to convert
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue