diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index 07b04b1af..828d10a56 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -3670,7 +3670,7 @@ local mob_step = function(self, dtime) end end - if self.attack then + if self.attack and self.type == "monster" then self._locked_object = self.attack end