diff --git a/internal/notify/notifications.lua b/internal/notify/notifications.lua index a0e103fbd..cd3341af6 100644 --- a/internal/notify/notifications.lua +++ b/internal/notify/notifications.lua @@ -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