Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
themrrobert committed May 15, 2024
1 parent 7d4340b commit 29d3e99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/openables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ for (const clueTier of ClueTiers) {
loot.add(clueTier.table.open(includeBuggedRolls ? totalRolls + quantity : totalRolls, user));
const extraClueRolls = totalRolls - quantity;

loot.add(clueTier.table.open(totalRolls, user));

let mimicNumber = 0;
if (clueTier.mimicChance) {
for (let i = 0; i < quantity; i++) {
Expand Down

0 comments on commit 29d3e99

Please sign in to comment.