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' ?