Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Feb 19, 2024
1 parent 21ad419 commit eb16e95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/simulation/subtables/WildySlayerCaveTable.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import LootTable from "../../structures/LootTable";
import LootTable from '../../structures/LootTable';

const WildySlayerCaveTable = new LootTable()
.add('Blighted entangle sack', [1, 10], 69)
Expand All @@ -22,7 +22,7 @@ const WildySlayerCaveTable = new LootTable()
.add('Target teleport', 1, 1388)
.add('Magic shortbow scroll', 1, 3469)
.add('Ring of wealth scroll', 1, 3469)
.add('Trouver parchment', 2, 13875)
.add('Looting bag note', 1, 13875)
.add('Trouver parchment', 2, 13_875)
.add('Looting bag note', 1, 13_875);

export default WildySlayerCaveTable;

0 comments on commit eb16e95

Please sign in to comment.