pub fn set_werewolf_state(pid: u16, is_werewolf: bool)Expand description
Set the werewolf state of a player.
This changes the werewolf state recorded for that player in the server memory, but
does not by itself send a packet.
pid The player ID.
is_werewolf The new werewolf state.
Returns void