From 259f53508548cdb5b8cca4b2cdabe54b786fa0c0 Mon Sep 17 00:00:00 2001 From: zaryanz Date: Wed, 22 May 2024 19:18:27 +0530 Subject: [PATCH] fix: added trap and drop to the condition --- src/utility/hex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utility/hex.ts b/src/utility/hex.ts index 828115b38..4ed5df534 100644 --- a/src/utility/hex.ts +++ b/src/utility/hex.ts @@ -549,7 +549,7 @@ export class Hex { align: 'center', }, ); - if (this.creature) { + if (this.creature || this.trap || this.drop) { this.coordText.stroke = '#ffffff'; this.coordText.strokeThickness = 5; }