diff --git a/src/structures/SimpleMonster.ts b/src/structures/SimpleMonster.ts index 065da67b1..485d32b59 100644 --- a/src/structures/SimpleMonster.ts +++ b/src/structures/SimpleMonster.ts @@ -62,9 +62,7 @@ export default class SimpleMonster extends Monster { : undefined; if (!canGetBrimKey && !wildySlayer && !options.inCatacombs && !options.onSlayerTask) { - if (this.table) { - rollTable?.roll(quantity, lootTableOptions); - } + rollTable?.roll(quantity, lootTableOptions); if (this.customKillLogic) { for (let i = 0; i < quantity; i++) { this.customKillLogic(options, loot);