VedalAI / neuro-amongus

Among Us Plugin for Neuro-sama
GNU General Public License v3.0
531 stars 50 forks source link

Record if we are alive and our role #53

Closed EBro912 closed 1 year ago

EBro912 commented 1 year ago

This PR implements changes requested in #52. It records if the player is dead in RecordDead, and also records the player's current role in RecordRole.

One thing to note is that Among Us treats ghost roles (Crewmate and Impostor ghosts) as separate roles, and this PR converts these to normal roles when converting them from the RoleTypes enum to our custom RoleType enum. If it is necessary to keep track of the ghost roles separately, then I can add those roles into our RoleType enum.

EBro912 commented 1 year ago

This data is already being recorded after investigation, cancelling this PR.