Commit c5e611a5dcee5d136b7f396b748ea0f6ab061222

Authored by DarkGod
2 parents 5799de7e 916ac257

Merge branch 'arcane-eye-update' into 'master'

Update Seen by Arcane Eye to immediately reveal actors

Update Seen by Arcane Eye to immediately reveal actors that can be seen when affected by true_seeing.

See merge request !720
... ... @@ -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)
... ...