From fd8f5cfcf11765ddc05216f50a345491905dd691 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Wed, 25 Nov 2020 23:17:37 +0100 Subject: [PATCH] =?UTF-8?q?fix=20double=20fen=C3=AAtre=20pour=20armes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/actor-sheet.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 2765b7cd..76906f3a 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -320,7 +320,7 @@ {{#each data.combat as |arme key|}}
  • - {{arme.name}} + {{arme.name}} {{arme.data.competence}} {{numberFormat arme.data.niveau decimals=0 sign=true}} {{numberFormat arme.data.dommages decimals=0 sign=true}}