public override void UpdateAccessory(Player player, bool hideVisual) { FargoSoulsPlayer modPlayer = player.GetModPlayer <FargoSoulsPlayer>(); modPlayer.LifeForce = true; modPlayer.BeeEffect(hideVisual); modPlayer.SpiderEffect(hideVisual); modPlayer.BeetleEffect(); PumpkinEnchant.PumpkinEffect(player, Item); modPlayer.TurtleEffect(hideVisual); CactusEnchant.CactusEffect(player); }