From: nhmall Date: Mon, 9 May 2022 21:15:31 +0000 (-0400) Subject: split getting kick damages into separate function X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c87f7797556981c02f5dab2991b3f643a6b017c9;p=nethack split getting kick damages into separate function Closes #758 by argrath --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 3990c62c6..83d5b41a2 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1779,6 +1779,7 @@ remove unnecessary null checks from christen_orc() (pr #681 by argrath) mark high altars in altarmask (pr #748 by entrez) split kicking empty space into separate function (pr #754 by argrath) split adjusting attributes into separate function (pr #757 by argrath) +split getting damages with a kick into separate function (pr #758 by argrath) Code Cleanup and Reorganization