From 9447a664cd24e2ded52748dad3473b1956d46fae Mon Sep 17 00:00:00 2001 From: orange man <61334995+comfyorange@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:01:59 +1300 Subject: [PATCH] Automatic changelog for PR #78657 [ci skip] --- html/changelogs/AutoChangeLog-pr-78657.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-78657.yml diff --git a/html/changelogs/AutoChangeLog-pr-78657.yml b/html/changelogs/AutoChangeLog-pr-78657.yml new file mode 100644 index 00000000000..b2ddfa5a17a --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-78657.yml @@ -0,0 +1,5 @@ +author: "vinylspiders" +delete-after: True +changes: + - refactor: "fixed many instances of updatehealth() either being called needlessly or not at all within on_mob_life() and in various other parts of the code" + - refactor: "damage procs now return useful information--the actual net change in damage on the mob. added a unit test for this" \ No newline at end of file