Skip to content

Commit

Permalink
Update scum-and-villainy.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
mclemente committed Jan 6, 2022
1 parent 9ddcc6c commit acab875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/scum-and-villainy.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="text">{{localize "party-overview.NAME"}}</div>
<div class="text icon">{{localize "BITD.Stress"}}</i></div>
<div class="text icon">{{localize "BITD.Coins"}}</i></div>
<div class="text icon">{{localize "BITD.Harm"}}</i></div>
<div class="text">{{localize "BITD.Harm"}}</i></div>
</div>

{{#each actors as | actor | }}
Expand All @@ -21,7 +21,7 @@
<div class="text">{{ actor.shortestName }}</div>
<div class="text icon">{{ actor.stress.value }}/{{ actor.stress.max }}</div>
<div class="text icon">{{ actor.coins }}</div>
<div class="text icon">{{ actor.harm }}</div>
<div class="text" style="white-space: normal;">{{ actor.harm }}</div>
</div>
{{/each}}
</div>
Expand Down

0 comments on commit acab875

Please sign in to comment.