Skip to content

Commit

Permalink
fix ammo trait display
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Jan 9, 2025
1 parent ded8588 commit 5e7742b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/template/item/ammo.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
<div class="item-form-group stacked">
<label>{{localize "WEAPON_UPGRADE.TRAITS_ADD"}}<a class="item-traits add"><i class="fas fa-cog"></i></a></label>
<div class="item-form-inputs">
<input disabled type="text" value="{{item.TraitsAdd}}" />
<input disabled type="text" value="{{item.system.traits.added}}" />
</div>
</div>
</div>
<div class="wrapper">
<div class="item-form-group stacked">
<label>{{localize "WEAPON_UPGRADE.TRAITS_REMOVE"}}<a class="item-traits remove"><i class="fas fa-cog"></i></a></label>
<div class="item-form-inputs">
<input disabled type="text" value="{{item.TraitsRemove}}" />
<input disabled type="text" value="{{item.system.traits.removed}}" />
</div>
</div>
</div>
Expand Down

0 comments on commit 5e7742b

Please sign in to comment.