Skip to content

Commit

Permalink
fix(field): fixed a name and value on sheet (absorcao)
Browse files Browse the repository at this point in the history
  • Loading branch information
SouOWendel committed Nov 1, 2024
1 parent 8b12911 commit 512d6ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/actor/actor-ninja-sheet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
<div class="resource flex-group-center">
<label for="" class="resource-label">Atual / Max</label>
<div class="resource-content flex">
<input type="text" name="system.attributes.absorcao.atual"
value="{{system.attributes.absorcao.atual}}" data-dtype="Number"/>
<input type="text" name="system.attributes.absorcao.value"
value="{{system.attributes.absorcao.value}}" data-dtype="Number"/>
<input type="text" name="system.attributes.absorcao.max"
value="{{system.attributes.absorcao.max}}" data-dtype="Number"/>
</div>
Expand Down

0 comments on commit 512d6ce

Please sign in to comment.