public override bool UseItem(Player player)
        {
            if (NPCUtils.SummonBossDirectlyWithMessage(player.Center - new Vector2(0f, 240f), ModContent.NPCType <CraterDemon>()))
            {
                Main.PlaySound(SoundID.ForceRoar, player.position, 0);
            }

            return(true);
        }