You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DreadKnight opened this issue
Aug 25, 2024
· 4 comments
Labels
abilitiesThe issue is related to an unit ability or morebountySome amount of our token, XatteR, is offeredcodingThis issue requires some programminginputDeals with hotkeys, interaction & accessibilityvisualsVarious things that easily catch the eye
Scavenger's Escort Service should work allowing to move the target unit even only one hexagon.
The text was updated successfully, but these errors were encountered:
DreadKnight
added
coding
This issue requires some programming
visuals
Various things that easily catch the eye
abilities
The issue is related to an unit ability or more
input
Deals with hotkeys, interaction & accessibility
bounty
Some amount of our token, XatteR, is offered
labels
Aug 25, 2024
require() function:
The hexes.length < 1 check ensures the ability works even with one hex.
The filtering logic has been refined to handle the case when there is only one hex available.
activate() function:
The distance is now set to at least 1, ensuring minimal movement.
Movement points are deducted using Math.max(distance * trg.size, 1) to ensure at least one point is subtracted even for small moves.
abilitiesThe issue is related to an unit ability or morebountySome amount of our token, XatteR, is offeredcodingThis issue requires some programminginputDeals with hotkeys, interaction & accessibilityvisualsVarious things that easily catch the eye
Scavenger's Escort Service should work allowing to move the target unit even only one hexagon.
The text was updated successfully, but these errors were encountered: