Commit c7434844 authored by TanakaKotoha's avatar TanakaKotoha

openGL

parent c3a945d9
......@@ -55,9 +55,10 @@ function c81011003.imcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetLinkedGroup():IsExists(c81011003.tgfilter,1,nil)
end
function c81011003.efilter(e,re,rp)
if e:GetHandlerPlayer()==re:GetHandlerPlayer() then return false end
if not re:IsHasProperty(EFFECT_FLAG_CARD_TARGET) then return true end
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
return e:GetOwnerPlayer()~=re:GetOwnerPlayer() and not g:IsContains(e:GetHandler())
return not g:IsContains(e:GetHandler())
end
function c81011003.cbcon(e,tp,eg,ep,ev,re,r,rp)
return r~=REASON_REPLACE
......
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