Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Nov 4, 2024
1 parent fb8643c commit 30ae475
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/lib/data/similarItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,11 @@ const source: [string, (string | number)[]][] = [
['Fire cape', ['Fire max cape', 'Fire max cape (l)']],
['Infernal cape', ['Infernal max cape', 'Infernal max cape (l)', 'TzKal cape']],
['Ardougne cloak 4', ['Ardougne max cape']],
['Tidal collector', [ 'Tidal collector (i)', 'Deathly collector', 'Deathly collector (i)']],
["Ava's accumulator", ['Accumulator max cape', 'Tidal collector', 'Tidal collector (i)', 'Deathly collector', 'Deathly collector (i)']],
['Tidal collector', ['Tidal collector (i)', 'Deathly collector', 'Deathly collector (i)']],
[
"Ava's accumulator",
['Accumulator max cape', 'Tidal collector', 'Tidal collector (i)', 'Deathly collector', 'Deathly collector (i)']
],
[
"Ava's assembler",
[
Expand Down

0 comments on commit 30ae475

Please sign in to comment.