Skip to content
Snippets Groups Projects
Commit 1554c970 authored by dg's avatar dg
Browse files

seeing a vaulted creature unvaults it

git-svn-id: http://svn.net-core.org/repos/t-engine4@6071 51575b47-30f0-44d4-a5cc-537603b46e54
parent 3cc9b9cb
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,8 @@ end
--- Give target to others
function _M:seen_by(who)
if self:hasEffect(self.EFF_VAULTED) and who and game.party:hasMember(who) then self:removeEffect(self.EFF_VAULTED, true, true) end
if self.ai_target.actor then return end
if self.dont_pass_target then return end
if not who.ai_target then return end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment