Commit 916ac2576e505898304ae1fbef3d23ea3ce4a7fe

Authored by K'van
1 parent dbb550c0

Update Seen by Arcane Eye to immediately reveal actors that can be seen when aff…

…ected by true_seeing.
... ... @@ -672,6 +672,7 @@ newEffect{
672 672 if eff.true_seeing then
673 673 eff.inv = self:addTemporaryValue("invisible", -(self:attr("invisible") or 0))
674 674 eff.stealth = self:addTemporaryValue("stealth", -((self:attr("stealth") or 0) + (self:attr("inc_stealth") or 0)))
  675 + self:resetCanSeeCacheOf() -- updates visual for player instantly
675 676 end
676 677 end,
677 678 deactivate = function(self, eff)
... ...