Removes the skill tree "Ravenger" at a 50/50 chance when they spawn.
hook.Add("PlayerInitialSpawn", "wOS.ALCS.Whitelist.RemoveRavenger", function(ply) local chance = (,) chance == ply:WOS_RemoveSkillTree() endend)