split getting kick damages into separate function

Closes #758 by argrath
This commit is contained in:
nhmall
2022-05-09 17:15:31 -04:00
parent 4da4584633
commit c87f779755

View File

@@ -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