]> granicus.if.org Git - nethack/commitdiff
pull request #892 - strength loss effects
authorPatR <rankin@nethack.org>
Sat, 8 Oct 2022 23:33:43 +0000 (16:33 -0700)
committerPatR <rankin@nethack.org>
Sat, 8 Oct 2022 23:33:43 +0000 (16:33 -0700)
Pull request from entrez, with several commits:  monster spell 'weaken'
didn't handle poly'd hero correctly, possibly continuing in poly'd
form with negative hit points.  Make losing strength (which takes away
HP if Str would drop below 3) take care of applying damage too so that
several callers don't need to do that.

Fixes #892


Trivial merge