Sixth Sense bug fix

Fixed Sixth Sense configurable customizations display correctly in tooltips
This commit is contained in:
Darth-John
2022-02-14 16:56:04 -08:00
parent 2f751f88ca
commit cdffbbf2be
+3 -2
View File
@@ -12887,8 +12887,9 @@
undetectable_methods_array.indexOf(c.name) !== -1 &&
attrobj.attribute == 'undetectable' ||
sixthsense_phenomena_array.indexOf(c.name) !== -1 &&
attrobj.attribute == 'sixthsense' &&
(c.name !== 'attrsrc' || c.name !== 'uniquephenomena') ?
attrobj.attribute == 'sixthsense' ?
(c.name === 'attrsrc' || c.name === 'uniquephenomena') ?
customizations_array.push(getAttributeSettingTooltipDescription(debug, attrobj, c.name)) :
customizations_array.push(c.name) :
resilient_customizations_array.indexOf(c.name) !== -1 &&
attrobj.attribute == 'resilient' ?