From faf511ff8c719e7c0331863200822735b4be5ddc Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Thu, 10 Oct 2024 11:30:22 +0100 Subject: [PATCH] fix visharm indicate on active --- api.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api.lua b/api.lua index 8a9e254..96d2da7 100644 --- a/api.lua +++ b/api.lua @@ -3148,6 +3148,8 @@ function mob_class:mob_activate(staticdata, def, dtime) self._cmi_components = cmi.activate_components(self.serialized_cmi_components) cmi.notify_activate(self.object, dtime) end + + if use_vh1 then VH1.update_bar(self.object, self.health) end end -- handle mob lifetimer and expiration