public override void FloorVisuals(Player player)
 {
     if (player.HeldItem.type != ModContent.ItemType <Braxsaw>())
     {
         SGAPocketDim.ExitSubworld();
     }
 }