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
Under certain circumstances the CLS event handler will fail to detect an aborted heal attempt and allow a CLS to heal someone from 20 meters away. I believe this is because the EH only checks if damage is above the healing threshold, which can fail if the unit being healed only has hit point damage. Eg. if their overall damage is .2, but their leg damage is 1, they'll be healable but the script will think they've been instantly healed because damage is already under .25. Fixing this would likely involve a more complex test involving hit point damage levels.
This was discovered in 3.5.5 testing but was considered too minor an issue to block the release. Maybe someone will fix it one day?
The text was updated successfully, but these errors were encountered:
Under certain circumstances the CLS event handler will fail to detect an aborted heal attempt and allow a CLS to heal someone from 20 meters away. I believe this is because the EH only checks if
damage
is above the healing threshold, which can fail if the unit being healed only has hit point damage. Eg. if their overalldamage
is .2, but their leg damage is 1, they'll be healable but the script will think they've been instantly healed becausedamage
is already under .25. Fixing this would likely involve a more complex test involving hit point damage levels.This was discovered in 3.5.5 testing but was considered too minor an issue to block the release. Maybe someone will fix it one day?
The text was updated successfully, but these errors were encountered: