Skip to content

Conversation

ShaneWalsh
Copy link
Collaborator

Issue_1291: resolved the hex highlighting issue when selecting a hex to move to for certain abilities.
#1291

src/creature.js Outdated
@@ -514,7 +514,8 @@ var Creature = class Creature {
this.tracePosition({
x: hex.x,
y: hex.y,
overlayClass: "hover h_player" + this.team
overlayClass: "hover h_player" + this.team,
updateDisplayClean:false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space, the final frontier! :D

@DreadKnight DreadKnight temporarily deployed to ancientbeast-pr-1293 November 18, 2017 14:09 Inactive
@DreadKnight DreadKnight merged commit deb3b7f into FreezingMoon:master Nov 18, 2017
@DreadKnight
Copy link
Member

Well done! Quite a few abilities need to have their targeting hexagons updated in various ways it seems.

CyberBishop pushed a commit to CyberBishop/AncientBeast that referenced this pull request Apr 20, 2023
Resolved the hex highlighting issue when selecting a hex, fixes FreezingMoon#1291
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants