Commit 41c66975 authored by wind2009's avatar wind2009

Merge branch 'patch-1' into 'master'

fix

See merge request mycard/pre-release-database-cdb!71
parents 597d55f7 e48cb756
...@@ -77,10 +77,12 @@ end ...@@ -77,10 +77,12 @@ end
function s.atktarget(e,c) function s.atktarget(e,c)
return c:GetFlagEffect(id+1)>0 and Duel.IsExistingMatchingCard(Card.IsFacedown,c:GetControler(),LOCATION_MZONE,0,1,nil) return c:GetFlagEffect(id+1)>0 and Duel.IsExistingMatchingCard(Card.IsFacedown,c:GetControler(),LOCATION_MZONE,0,1,nil)
end 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) return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,LOCATION_MZONE,0,1,nil)
end 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) return Duel.IsExistingMatchingCard(Card.IsFacedown,tp,0,LOCATION_MZONE,1,nil)
end end
function s.thfilter(c) 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