Skip to content

Commit

Permalink
revert hostile notification fix
Browse files Browse the repository at this point in the history
now that the underlying issue in isDanger is fixed
  • Loading branch information
myk002 committed Dec 7, 2024
1 parent 7a831ff commit e888316
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/notify/notifications.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ local function for_hostile(fn, reverse)
not dfhack.units.isFortControlled(unit) and
not dfhack.units.isHidden(unit) and
not dfhack.units.isAgitated(unit) and
(not unit.flags2.visitor or unit.flags2.visitor_uninvited) and
dfhack.units.isDanger(unit)
end, fn, reverse)
end
Expand Down

0 comments on commit e888316

Please sign in to comment.