Fix marking companion damage as direct damage (#1333)

This commit is contained in:
Carlos Fernandez 2025-11-24 23:23:25 -08:00 committed by GitHub
parent d137e33c3d
commit 4510deae96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,5 +18,5 @@
{{/if}}
{{/if}}
</fieldset>
{{> 'systems/daggerheart/templates/actionTypes/damage.hbs' fields=systemFields.attack.fields.damage.fields.parts.element.fields source=document.system.attack.damage path="system.attack."}}
{{> 'systems/daggerheart/templates/actionTypes/damage.hbs' fields=systemFields.attack.fields.damage.fields.parts.element.fields source=document.system.attack.damage path="system.attack." directField=systemFields.attack.fields.damage.fields.direct}}
</section>