dungeons-of-moria/umoria

Monsters healing above maximum health

Opened this issue · 1 comments

Looking at the drain mana functionality around line 812 of monster.cpp, it appears there is no check to prevent a monster from going above maximum health with this spell, at least as far as I can see? I am unsure of whether this is intended behavior, but felt it was worth opening an issue in case it was not since this seems potentially unintuitive.

(Though amusing I must admit.)

Thanks for the info on this @supersnail12345. I just took a quick a look and yeah, I see what you mean. Most likely this is how it was in the original 5.6 code, but for sure I'll take a look and double check.