Skip to content

Commit

Permalink
Fix huey hide drop quantity
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 27, 2024
1 parent 50f7bba commit a7def4e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ const TheHueycoatlTable = new LootTable()

.oneIn(
23,
new LootTable().add('Hueycoatl hide', 1, 6).add('Tome of earth (empty)', 1, 3).add('Dragon hunter wand', 1, 1)
new LootTable()
.add('Hueycoatl hide', [2, 3], 6)
.add('Tome of earth (empty)', 1, 3)
.add('Dragon hunter wand', 1, 1)
)
.add('Rune mace', [1, 26], 3)
.add('Rune scimitar', [1, 20], 3)
Expand Down

0 comments on commit a7def4e

Please sign in to comment.