Skip to content

Commit

Permalink
let the buyer corrupt, closes #1338
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Apr 25, 2024
1 parent e7c20d7 commit a53ccdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export function createFilters (

const forAdornedJewel = (
item.rarity === ItemRarity.Magic &&
item.isCorrupted &&
// item.isCorrupted && -- let the buyer corrupt
(item.category === ItemCategory.Jewel || item.category === ItemCategory.AbyssJewel))

if (!item.isUnmodifiable && (
Expand Down

0 comments on commit a53ccdf

Please sign in to comment.