Commit fd5b13df authored by Huangnan's avatar Huangnan

Update c10970018.lua

parent 1765f472
......@@ -85,7 +85,7 @@ function c10970018.rst(e,tp,eg,ep,ev,re,r,rp)
e:GetHandler():ResetFlagEffect(10970018)
end
function c10970018.econ(e)
return e:GetHandler():GetFlagEffect(10970018)~=0
return e:GetHandler():GetFlagEffect(10970018)~=0 and Duel.IsExistingMatchingCard(c10970018.cfilter,tp,LOCATION_MZONE,0,1,nil)
end
function c10970018.econ2(e)
return e:GetHandler():GetFlagEffect(10970018)~=0 and Duel.IsPlayerAffectedByEffect(tp,10970008)
......
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