mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
ef007b9e5a
In case a healer is currently healing and is part of a selection ordered to attack the healer gets moved along but the fsm state isn't changed which leads to healer healing while gliding to the target. Introduce a WalkToTargetRange function which does transition state in addition by issuing an order instead. Fixes: #6134 Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>