Skip to content

Commit

Permalink
Update LavaDragon.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TastyPumPum committed Apr 20, 2024
1 parent 930fe3a commit d75d065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/simulation/monsters/low/g-m/LavaDragon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ export const LavaDragonTable = new LootTable()
.add(GemTable, 1, 5)

/* Tertiary */
.tertiary(18, 'Ensouled dragon head')
.tertiary(250, "Clue scroll (elite)")
.tertiary(10_000, 'Draconic visage')
.tertiary(18, 'Ensouled dragon head');
.tertiary(10_000, 'Draconic visage');

export default new SimpleMonster({
id: 6593,
Expand Down

0 comments on commit d75d065

Please sign in to comment.