Skip to content

Commit

Permalink
Give Wintertodt Dwarven greataxe boost w/ Drygore axe (#5863)
Browse files Browse the repository at this point in the history
  • Loading branch information
Felris authored May 2, 2024
1 parent bd59e38 commit 18e55df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/data/similarItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ const source: [string, (string | number)[]][] = [
['Support cape', ['Completionist cape', 'Completionist cape (t)']],
["Artisan's cape", ['Completionist cape', 'Completionist cape (t)']],
['Log basket', ['Forestry basket']],
['Forestry kit', ['Forestry basket']]
['Forestry kit', ['Forestry basket']],
['Dwarven greataxe', ['Drygore axe']]
];

// Make max cape count as all master capes
Expand Down

0 comments on commit 18e55df

Please sign in to comment.