Commit e48cb756 authored by 八宫一月's avatar 八宫一月

fix

parent 597d55f7
......@@ -77,10 +77,12 @@ end
function s.atktarget(e,c)
return c:GetFlagEffect(id+1)>0 and Duel.IsExistingMatchingCard(Card.IsFacedown,c:GetControler(),LOCATION_MZONE,0,1,nil)
end
function s.effcon1(e,tp,eg,ep,ev,re,r,rp)
function s.effcon1(e)
local tp=e:GetHandlerPlayer()
return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,LOCATION_MZONE,0,1,nil)
end
function s.effcon2(e,tp,eg,ep,ev,re,r,rp)
function s.effcon2(e)
local tp=e:GetHandlerPlayer()
return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,0,LOCATION_MZONE,1,nil)
end
function s.thfilter(c)
......
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