Merge branch 'main' into feature/635-allow-weapon-direct-damage

This commit is contained in:
Dapoolp 2025-08-06 18:48:51 +02:00
commit f87dfe477a
7 changed files with 9 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)}}