public override void UpdateAccessory(Player player, bool hideVisual)
        {
            FargoSoulsPlayer fargoPlayer = player.GetModPlayer <FargoSoulsPlayer>();

            fargoPlayer.MythrilEffect();
        }