Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLS telepathic healing #330

Open
darkChozo opened this issue Mar 30, 2021 · 0 comments
Open

CLS telepathic healing #330

darkChozo opened this issue Mar 30, 2021 · 0 comments
Labels
S0:Needs Investigation Bug that requires investigation to determine cause T:Bug

Comments

@darkChozo
Copy link
Collaborator

darkChozo commented Mar 30, 2021

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?

@darkChozo darkChozo added S0:Needs Investigation Bug that requires investigation to determine cause T:Bug labels Mar 30, 2021
@shadow-fa shadow-fa added this to the 3.5.X milestone Apr 12, 2021
@SamLex SamLex removed this from the 3.5.X milestone Apr 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S0:Needs Investigation Bug that requires investigation to determine cause T:Bug
Projects
None yet
Development

No branches or pull requests

3 participants