]> granicus.if.org Git - nethack/commitdiff
pull request #806 - remove unnecessary variable
authorPatR <rankin@nethack.org>
Tue, 28 Jun 2022 19:53:16 +0000 (12:53 -0700)
committerPatR <rankin@nethack.org>
Tue, 28 Jun 2022 19:53:16 +0000 (12:53 -0700)
Pull request from argrath: in destroy_one_item(), 'physical_damage'
is set to False with no provision for changing that it True, so the
'if (physical_damage) xxx' is never executed.  Remove it.

Closes #806


Trivial merge