Skip to content

Commit 4b8d8d0

Browse files
author
Chomp
committed
Use global item blacklist in cultist circle reward system
1 parent 9f8b977 commit 4b8d8d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/src/services/CircleOfCultistService.ts

+1
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ export class CircleOfCultistService {
672672
// Create set of unique values to ignore
673673
const itemRewardBlacklist = new Set([
674674
...this.seasonalEventService.getInactiveSeasonalEventItems(),
675+
...this.itemFilterService.getBlacklistedItems(),
675676
...this.itemFilterService.getItemRewardBlacklist(),
676677
...cultistCircleConfig.rewardItemBlacklist,
677678
...itemsMatchingTypeBlacklist,

0 commit comments

Comments
 (0)