From 8489b6630fbe875b467c70809ef005f56fcb5e73 Mon Sep 17 00:00:00 2001 From: nwjgit Date: Tue, 3 Sep 2024 20:56:14 -0500 Subject: [PATCH] fix --- src/simulation/monsters/low/a-f/ArmouredZombie.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/simulation/monsters/low/a-f/ArmouredZombie.ts b/src/simulation/monsters/low/a-f/ArmouredZombie.ts index a8f0a056f..08500968a 100644 --- a/src/simulation/monsters/low/a-f/ArmouredZombie.ts +++ b/src/simulation/monsters/low/a-f/ArmouredZombie.ts @@ -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");