mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 11:21:20 +00:00

Previously it calculated max movement, and then added the adjacent hexes. This version should correctly handle: * units with vp different to max mp * units with vision costs different to movement costs * jamming by enemy units Draft changelog entry for this: * `[store_reachable_locations]range=vision` now calculates vision, instead of using movement costs and max movement points (issue #4179)