From ff8a5d7ba396fe7a1fd25605017e4c7df5801a08 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Thu, 5 Sep 2024 23:43:37 +0200 Subject: [PATCH] Fix tooltip initiative --- changelog.md | 4 ++++ templates/actor/combat.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index b358b54c..a3382c08 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ # 12.0 +## 12.0.8 - La quincaillerie d'Astrobazzarh +- Corrections + - le tooltip de l'initiative affiche correctement l'initiative + ## 12.0.7 - La propriété d'Astrobazzarh - correction des opérations faites à la création d'un Item: - la durée des queues/rencontres/souffles diff --git a/templates/actor/combat.html b/templates/actor/combat.html index f9ec0ac2..1e4ba241 100644 --- a/templates/actor/combat.html +++ b/templates/actor/combat.html @@ -25,7 +25,7 @@ {{plusMoins arme.system.niveau}} {{plusMoins arme.system.dommagesReels}} - {{arme.system.initiative}} + {{arme.system.initiative}} {{/each}} {{#each esquives as |esq key|}}