Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Sep 4, 2024
1 parent c6aad26 commit 8489b66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simulation/monsters/low/a-f/ArmouredZombie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export const ArmouredZombieTable = new LootTable({ limit: 128 })
.add(GemTable, 1, 1)

/* Tertiary */
.tertiary(4, "Zombie bone")
.tertiary(128, "Clue scroll (hard)")
.tertiary(800, "Broken zombie axe")
.tertiary(5000, "Zombie champion scroll");
Expand Down

0 comments on commit 8489b66

Please sign in to comment.