diff --git a/renderer/src/web/price-check/filters/create-stat-filters.ts b/renderer/src/web/price-check/filters/create-stat-filters.ts index c9008f43..cf9845c8 100644 --- a/renderer/src/web/price-check/filters/create-stat-filters.ts +++ b/renderer/src/web/price-check/filters/create-stat-filters.ts @@ -703,7 +703,8 @@ function showHasEmptyModifier( (mod) => mod.info.type === ModifierType.Explicit || mod.info.type === ModifierType.Fractured || - mod.info.type === ModifierType.Veiled, + mod.info.type === ModifierType.Veiled || + mod.info.type === ModifierType.Desecrated, ); if (randomMods.length === 5) {