mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Merge branch 'main' into feature/635-allow-weapon-direct-damage
This commit is contained in:
commit
f87dfe477a
7 changed files with 9 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