MonsterBlocks icon indicating copy to clipboard operation
MonsterBlocks copied to clipboard

Resolves #215 Condition Immunities are not displayed

Open LunarShade opened this issue 1 year ago • 1 comments

Fixes #215. The condition immunity display uses the damage.hbs template but didn't set trait.selected or trait.visible anywhere. As a result the condition immunities were never rendered because visible was always false. Resolved by adding a setup function specifically for the condition immunity text. (Alternatively you could add it to the array in updateDamageImmunityResistanceVulnerabilityText, but that introduces some redundant lookups.)

LunarShade avatar Feb 29 '24 01:02 LunarShade

I'm not sure if this got superseded by one of the other PRs or not.

zeel01 avatar Jan 27 '25 03:01 zeel01