Skip to content

Commit

Permalink
Remove trophies/scurry from UMBs
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 27, 2024
1 parent 5cdf78e commit 17eead5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion src/lib/bsoOpenables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,15 @@ const cantBeDropped = resolveItems([
27_785,
27_788,
27_790,
...OSB_VIRTUS_IDS
...OSB_VIRTUS_IDS,
'Scurry',
'Trailblazer reloaded dragon trophy',
'Trailblazer reloaded rune trophy',
'Trailblazer reloaded adamant trophy',
'Trailblazer reloaded mithril trophy',
'Trailblazer reloaded steel trophy',
'Trailblazer reloaded iron trophy',
'Trailblazer reloaded bronze trophy'
]);

export const tmbTable: number[] = [];
Expand Down
10 changes: 9 additions & 1 deletion tests/unit/sanity.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,15 @@ describe('Sanity', () => {
27_499,
27_828,
'Paint box',
'Ruby Red paint can'
'Ruby Red paint can',
'Scurry',
'Trailblazer reloaded dragon trophy',
'Trailblazer reloaded rune trophy',
'Trailblazer reloaded adamant trophy',
'Trailblazer reloaded mithril trophy',
'Trailblazer reloaded steel trophy',
'Trailblazer reloaded iron trophy',
'Trailblazer reloaded bronze trophy'
]);
for (const i of shouldntBeIn) {
if (allMbTables.includes(i)) {
Expand Down

0 comments on commit 17eead5

Please sign in to comment.