From c87f7797556981c02f5dab2991b3f643a6b017c9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 9 May 2022 17:15:31 -0400 Subject: [PATCH] split getting kick damages into separate function Closes #758 by argrath --- doc/fixes3-7-0.txt | 1 + 1 file changed, 1 insertion(+) 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