public override void UpdateAccessory(Player player, bool hideVisual) { FargoSoulsPlayer modPlayer = player.GetModPlayer <FargoSoulsPlayer>(); modPlayer.WillForce = true; modPlayer.GoldEffect(hideVisual); modPlayer.PlatinumEnchantActive = true; GladiatorEnchant.GladiatorEffect(player); modPlayer.WizardEnchantActive = true; modPlayer.RedRidingEffect(hideVisual); HuntressEnchant.HuntressEffect(player); modPlayer.ValhallaEffect(hideVisual); }
public override void UpdateAccessory(Player player, bool hideVisual) { FargoSoulsPlayer modPlayer = player.GetModPlayer <FargoSoulsPlayer>(); modPlayer.GoldEffect(hideVisual); }