From bc169d931bf5765f96998b687c8078f616250562 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sat, 9 Mar 2024 19:38:53 +0100 Subject: [PATCH] Fix: log erreur TMR en mode visu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit En mode visualisation, les informations du personnage ne sont pas affichées --- module/rdd-tmr-dialog.js | 5 +-- templates/dialog-tmr.html | 81 +++++++++++++++++++-------------------- 2 files changed, 42 insertions(+), 44 deletions(-) diff --git a/module/rdd-tmr-dialog.js b/module/rdd-tmr-dialog.js index bfd3cc96..9a12ebd2 100644 --- a/module/rdd-tmr-dialog.js +++ b/module/rdd-tmr-dialog.js @@ -298,13 +298,12 @@ export class RdDTMRDialog extends Dialog { /* -------------------------------------------- */ async updateValuesDisplay() { - if (!this.rendered) { + if (this.viewOnly || !this.rendered) { return; } const coord = this._getCoordActor(); - HtmlUtility.showControlWhen(this.html.find(".lire-signe-draconique"), this.actor.isResonanceSigneDraconique(coord)); - + let ptsreve = document.getElementById("tmr-pointsreve-value"); ptsreve.innerHTML = this.actor.system.reve.reve.value; diff --git a/templates/dialog-tmr.html b/templates/dialog-tmr.html index 3b89000d..b1a5dc44 100644 --- a/templates/dialog-tmr.html +++ b/templates/dialog-tmr.html @@ -21,49 +21,48 @@ {{else}} {{#if (and isGM hasPlayerOwner)}} -
-

Le gardien gére les TMR du joueur, le joueur ne peut pas monter dans les TMR!

-
+
+

Le gardien gére les TMR du joueur, le joueur ne peut pas monter dans les TMR!

+
{{/if}} -
- - - -
-
- 0 -
-
- - - -
-
- Lire un signe draconique -
-
- Lancer un Sort -
-
-
- -
-
- 0 -
-
- 0 -
-
- 0 -
-
- Fatigue - {{{fatigue.html}}} -
+
+ + + +
+
+ 0 +
+
+ + + +
+
+ Lire un signe draconique +
+
+ Lancer un Sort +
+
+
+ +
+
+ 0 +
+
+ 0 +
+
+ 0 +
+
+ Fatigue + {{{fatigue.html}}} +
{{/if}} -
-
+