From 14df20488c881ddc4394678dd19fb426211d8729 Mon Sep 17 00:00:00 2001 From: Matheus Clemente Date: Mon, 25 Dec 2023 18:30:27 -0300 Subject: [PATCH] Update logic.js Related to #224 --- src/module/logic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module/logic.js b/src/module/logic.js index 757ce31..616aed8 100644 --- a/src/module/logic.js +++ b/src/module/logic.js @@ -97,7 +97,7 @@ export class HealthEstimate { try { if (hovered) { const { desc, color, stroke } = this.getEstimation(token); - if (desc) { + if (desc !== undefined) { const yPosition = token.tooltip.y + this.height; const position = { a: 0, b: 1, c: 2 }[this.position]; if (!token.healthEstimate?._texture) {