Skip to content

Commit

Permalink
fix: added trap and drop to the condition
Browse files Browse the repository at this point in the history
  • Loading branch information
zaryanz committed May 22, 2024
1 parent 6ba8c19 commit 259f535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/hex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 259f535

Please sign in to comment.