mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-05-03 16:01:14 +00:00
don't hide explicit mods on foulborn items #1747
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user