Commit e49fb460 authored by nekrozar's avatar nekrozar

fix

parent 73dd108a
...@@ -53,7 +53,7 @@ function c84298614.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,7 +53,7 @@ function c84298614.operation(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c84298614.rcon(e) function c84298614.rcon(e)
return e:GetOwner():IsHasCardTarget(e:GetHandler()) return e:GetOwner():IsHasCardTarget(e:GetHandler()) and not e:GetHandler():IsImmuneToEffect(e)
end end
function c84298614.descon(e,tp,eg,ep,ev,re,r,rp) function c84298614.descon(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetHandler():GetFirstCardTarget() local tc=e:GetHandler():GetFirstCardTarget()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment