mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-02 21:22:34 +00:00
Sixth Sense bug fix
Fixed Sixth Sense configurable customizations display correctly in tooltips
This commit is contained in:
@@ -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' ?
|
||||
|
||||
Reference in New Issue
Block a user