Skip to content

Commit

Permalink
Merge pull request #3614 from jarveson/jake/chain-listing
Browse files Browse the repository at this point in the history
misc/buffs: list both jc chains under misc
  • Loading branch information
jarveson authored Sep 5, 2023
2 parents 9f27946 + 67eae0c commit 93edbdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/core/components/individual_sim_ui/settings_tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ export class SettingsTab extends SimTab {

const miscBuffOptions = this.simUI.splitRelevantOptions([
{ item: IconInputs.HeroicPresence, stats: [Stat.StatMeleeHit, Stat.StatSpellHit] },
{ item: IconInputs.BraidedEterniumChain, stats: [Stat.StatMeleeCrit] },
{ item: IconInputs.ChainOfTheTwilightOwl, stats: [Stat.StatSpellCrit] },
{ item: IconInputs.BraidedEterniumChain, stats: [Stat.StatMeleeCrit, Stat.StatSpellCrit] },
{ item: IconInputs.ChainOfTheTwilightOwl, stats: [Stat.StatSpellCrit, Stat.StatMeleeCrit] },
{ item: IconInputs.FocusMagic, stats: [Stat.StatSpellCrit] },
{ item: IconInputs.EyeOfTheNight, stats: [Stat.StatSpellPower] },
{ item: IconInputs.Thorns, stats: [Stat.StatArmor] },
Expand Down

0 comments on commit 93edbdb

Please sign in to comment.