Open DreadKnight opened 3 months ago
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.
can you assign it to me
can you assign it to me
@sumukhj1219 Sure things, go for it!
@sumukhj1219 Heya! Any progress with this one? Usually 2 weeks soft deadline 🐻
Scavenger's Escort Service should work allowing to move the target unit even only one hexagon.