Skip to content

Commit

Permalink
Fill in hexes with color back for abilities that have area effect
Browse files Browse the repository at this point in the history
  • Loading branch information
cesardlinx committed Oct 2, 2023
1 parent a0b1285 commit cdb0557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/hexgrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ export class HexGrid {
if (o.targeting) {
if (hex.creature instanceof Creature) {
if (hex.creature.id != this.game.activeCreature.id) {
hex.overlayVisualState('hover h_player' + hex.creature.team);
hex.overlayVisualState('reachable h_player' + hex.creature.team);
}
} else {
hex.overlayVisualState('reachable h_player' + this.game.activeCreature.team);
Expand Down

0 comments on commit cdb0557

Please sign in to comment.