BetterCrewLink
BetterCrewLink copied to clipboard
check who is dead at the start of meetings and don't let them talk at…
… the end of a meeting
There is a bug with that latest version of TOH. During the ejection screen all ghosts have their isDead status set to false, causing alive players to hear the ghosts and potentially spoiling who the impostor is.
The fix is a simple array of player id's, at the start of each meeting it checks who is dead, then makes sure they're not able to speak during the ejection screen.
If a mod has reviving, the fix in the pr shouldn't affect it, only if they can be revived during a meeting. From what I found from googling the only mod with reviving does so during the TASK gamestate so this fix shouldn't affect it.