1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-01-08 08:50:20 +01:00

fix visharm indicate on active

This commit is contained in:
tenplus1 2024-10-10 11:30:22 +01:00
parent a35afc8299
commit faf511ff8c

View File

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