Commit d869c05a authored by Tachibana's avatar Tachibana

tnndx

parent c1481732
No preview for this file type
...@@ -109,6 +109,6 @@ function cm.effop(e,tp,eg,ep,ev,re,r,rp) ...@@ -109,6 +109,6 @@ function cm.effop(e,tp,eg,ep,ev,re,r,rp)
end end
function cm.efilter(e,re,tp) function cm.efilter(e,re,tp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
return not (re and re:IsHasProperty(EFFECT_FLAG_CARD_TARGET)) return (not (re and re:IsHasProperty(EFFECT_FLAG_CARD_TARGET))
or not (g and g:IsContains(e:GetHandler())) and re:GetHandlerPlayer()~=e:GetHandlerPlayer() or not (g and g:IsContains(e:GetHandler()))) and re:GetHandlerPlayer()~=e:GetHandlerPlayer()
end end
\ No newline at end of file
...@@ -102,6 +102,6 @@ function c16400025.effop(e,tp,eg,ep,ev,re,r,rp) ...@@ -102,6 +102,6 @@ function c16400025.effop(e,tp,eg,ep,ev,re,r,rp)
end end
function c16400025.efilter(e,re,tp) function c16400025.efilter(e,re,tp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
return not (re and re:IsHasProperty(EFFECT_FLAG_CARD_TARGET)) return (not (re and re:IsHasProperty(EFFECT_FLAG_CARD_TARGET))
or not (g and g:IsContains(e:GetHandler())) and re:GetHandlerPlayer()~=e:GetHandlerPlayer() or not (g and g:IsContains(e:GetHandler()))) and re:GetHandlerPlayer()~=e:GetHandlerPlayer()
end end
\ No newline at end of file
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