lykoss / lykos

Werewolf, the popular detective/social party game (a theme of Mafia)
https://werewolf.chat
Other
127 stars 62 forks source link

Day timeout counts forced abstentions towards vote plurality #389

Open skizzerz opened 4 years ago

skizzerz commented 4 years ago

Unlike regular vote calculations, day timeout doesn't exclude forced abstentions (or forced votes) in who has the plurality of votes.

Should use the same overall logic as regular logic. Probably we should calculate this once at the top of the function and then use that throughout rather than using the VOTES var in the later logic.