Fix healing bonuses

This commit is contained in:
Dapoolp 2025-08-06 16:40:23 +02:00
parent 2554803741
commit 5b5b3c5c65
3 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@
{{#with (lookup @root.config.GENERAL.healingTypes applyTo)}}
{{localize label}}
{{/with}}
{{#unless @root.isHealing}}
{{#unless @root.hasHealing}}
{{#if damageTypes}}
{{#each damageTypes as | type | }}
{{#with (lookup @root.config.GENERAL.damageTypes type)}}