This commit is contained in:
WBHarry 2026-04-03 18:38:23 +02:00
parent 7e934898e8
commit 393363a7ee
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
{{#unless (eq @root.source.type 'healing')}}
{{formField baseFields.direct value=source.direct name=(concat path "damage.direct") localize=true classes="checkbox"}}
{{/unless}}
{{#if @root.isNPC}}
{{#if (and @root.isNPC (not (eq path 'system.attack.')))}}
{{formField baseFields.groupAttack value=source.groupAttack name=(concat path "damage.groupAttack") localize=true classes="select"}}
{{/if}}
</div>