diff --git a/templates/scum-and-villainy.hbs b/templates/scum-and-villainy.hbs index 2c5c3d6..891ea46 100644 --- a/templates/scum-and-villainy.hbs +++ b/templates/scum-and-villainy.hbs @@ -7,7 +7,7 @@
{{localize "party-overview.NAME"}}
{{localize "BITD.Stress"}}
{{localize "BITD.Coins"}}
-
{{localize "BITD.Harm"}}
+
{{localize "BITD.Harm"}}
{{#each actors as | actor | }} @@ -21,7 +21,7 @@
{{ actor.shortestName }}
{{ actor.stress.value }}/{{ actor.stress.max }}
{{ actor.coins }}
-
{{ actor.harm }}
+
{{ actor.harm }}
{{/each}}