Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DayV-git committed Nov 17, 2024
1 parent 3eda877 commit b45c0ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/structures/SimpleMonster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b45c0ee

Please sign in to comment.