Skip to content

Commit

Permalink
Add genie lamp to mystery box (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit authored Feb 21, 2024
1 parent 735db97 commit 435c054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/openables/MysteryBox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ const ClueTable = new LootTable()
const MysteryBoxTable = new LootTable()
.oneIn(256, 'Stale baguette')

.add(2528) // Genie Lamp
.add('Cabbage')
.add('Diamond')
.add('Bucket')
.add('Coins', 500)
.add('Flyer')
.add('Old boot')
.add('Body rune')
Expand Down

0 comments on commit 435c054

Please sign in to comment.