From b45c0eed8b6bbc8c8542a85fe32e7b6f758f4ad5 Mon Sep 17 00:00:00 2001 From: DayV Date: Sun, 17 Nov 2024 13:29:46 +0000 Subject: [PATCH] fix --- src/structures/SimpleMonster.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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);