1
0
mirror of https://codeberg.org/tenplus1/mobs_redo.git synced 2025-01-09 17:30:21 +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) self._cmi_components = cmi.activate_components(self.serialized_cmi_components)
cmi.notify_activate(self.object, dtime) cmi.notify_activate(self.object, dtime)
end end
if use_vh1 then VH1.update_bar(self.object, self.health) end
end end
-- handle mob lifetimer and expiration -- handle mob lifetimer and expiration