Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions fix/wildlife.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ local function unstick_surface_wildlife(opts)
if not is_active_wildlife(unit) or unit.animal.leave_countdown > 0 then
goto skip
end
if unit.flags1.caged or unit.flags1.chained then
goto skip
end
if not check_timeout(opts, unit, week_ago_ticks) then
goto skip
end
Expand Down