don't hide explicit mods on foulborn items #1747

This commit is contained in:
Alexander Drozdov
2025-12-08 10:54:49 +02:00
parent 34f712264c
commit cf4e31451e
@@ -356,6 +356,12 @@ function hideNotVariableStat (filter: StatFilter, item: ParsedItem) {
filter.roll.max = undefined
filter.hidden = 'filters.hide_const_roll'
}
if (item.isFoulborn && filter.tag === FilterTag.Explicit) {
// some mod not being replaced with foulborn one can be important
filter.hidden = undefined
filter.disabled = false
}
}
function filterFillMinMax (