Fix spells

This commit is contained in:
2025-04-22 15:48:25 +02:00
parent d961e130e0
commit a2364e1252
25 changed files with 64 additions and 75 deletions

View File

@ -4,10 +4,10 @@
<legend>{{localize (concat "LETHALFANTASY.Label." rollType)}} - {{actorName}}</legend>
{{#if (match rollType "attack")}}
<div class="dialog-save">Attack roll !</div>
<div class="dialog-save">Attack roll ! - {{rollTarget.name}}</div>
{{/if}}
{{#if (match rollType "defense")}}
<div class="dialog-save">Defense roll !</div>
<div class="dialog-save">Defense roll ! - {{rollTarget.name}}</div>
{{/if}}
{{#if hasModifier}}