-
Notifications
You must be signed in to change notification settings - Fork 739
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
Medical - Add check to FullHealLocal in case unit is burning then extinguish before healing #8622
Conversation
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
I noticed that the I assume the real solution would be to make the exit of the burn PFH reset the |
…inguish before healing (acemod#8622) * added check if burning in fullheal and then extinguish * Add check if fire module is loaded as PabstMirror showed Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
…inguish before healing (acemod#8622) * added check if burning in fullheal and then extinguish * Add check if fire module is loaded as PabstMirror showed Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
…inguish before healing (acemod#8622) * added check if burning in fullheal and then extinguish * Add check if fire module is loaded as PabstMirror showed Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
…inguish before healing (acemod#8622) * added check if burning in fullheal and then extinguish * Add check if fire module is loaded as PabstMirror showed Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
When merged this pull request will:
This will fix the issue described in #8621. It makes full heal extinguish the unit if on fire before healing it. This avoids the issue of a unit on fire that can't be put out by Zeus.
It adds a check to the full heal, if unit is on fire, it sets intensity to 0, which stops the fire.