[pronouns] fix flag "mainPronoun" order for "only if we're close"

This commit is contained in:
Andrea 2021-12-14 16:48:49 +01:00
parent f0026d0ebb
commit 3eebefa19e
1 changed files with 3 additions and 0 deletions

View File

@ -172,6 +172,9 @@
if (opinion === 2) {
opinion = 0.5;
}
if (opinion === 3) {
opinion = 0.5;
}
if (opinion > mainOpinion) {
mainPronoun = pronoun;
mainOpinion = opinion;