diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index f4c2f497a..482519105 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -3722,7 +3722,7 @@ local mob_step = function(self, dtime) end -- smooth rotation by ThomasMonroe314 - if self._turn_to and (not self.type == "monster" and self.state == "attack") then + if self._turn_to then set_yaw(self, self._turn_to, .1) end