mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fix healing bonuses (#650)
This commit is contained in:
parent
2554803741
commit
dd585a5e93
3 changed files with 5 additions and 5 deletions
|
|
@ -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)}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue