pub fn is_werewolf(pid: u16) -> bool
Check whether a player is a werewolf.
This is based on the last PlayerShapeshift packet received or sent for that player.
pid The player ID.
pid
Returns the werewolf state.