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:
parent
a35afc8299
commit
faf511ff8c
2
api.lua
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user