Skip to content

Commit

Permalink
Use global item blacklist in cultist circle reward system
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Feb 21, 2025
1 parent 9f8b977 commit 4b8d8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/src/services/CircleOfCultistService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ export class CircleOfCultistService {
// Create set of unique values to ignore
const itemRewardBlacklist = new Set([
...this.seasonalEventService.getInactiveSeasonalEventItems(),
...this.itemFilterService.getBlacklistedItems(),
...this.itemFilterService.getItemRewardBlacklist(),
...cultistCircleConfig.rewardItemBlacklist,
...itemsMatchingTypeBlacklist,
Expand Down

0 comments on commit 4b8d8d0

Please sign in to comment.