Skip to content

Issue 1621—fix for agents targeting other agents that heal them

Fix for issue 1621.

A.I. agents used to attack anything that changed their health, even if they were healed. Now, health differentiates between a change (either addition or subtraction), and damage (only subtraction). Agents use that to set their target, rather than targeting an agent that simply changes their health, which could have been a heal.

Merge request reports