From cdffbbf2be669a726cfc6ffe92c2b285174ee90d Mon Sep 17 00:00:00 2001 From: Darth-John <77751557+Darth-John@users.noreply.github.com> Date: Mon, 14 Feb 2022 16:56:04 -0800 Subject: [PATCH] Sixth Sense bug fix Fixed Sixth Sense configurable customizations display correctly in tooltips --- BESM4eExtras/BESM4eExtras.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/BESM4eExtras/BESM4eExtras.html b/BESM4eExtras/BESM4eExtras.html index d4dea80529..79f1935e25 100644 --- a/BESM4eExtras/BESM4eExtras.html +++ b/BESM4eExtras/BESM4eExtras.html @@ -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' ?