Commit a43c429f authored by wind2009's avatar wind2009

Fix ブリーチヴァレル・ドラゴン

parent 3ac61f47
Pipeline #42151 passed with stages
in 1 minute and 25 seconds
No preview for this file type
......@@ -24,6 +24,7 @@
101304044
101304047
101304048
101304049
101304050
101304207
101304053
......
......@@ -32,7 +32,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2)
end
function s.mfilter(c)
return c:IsLinkAttribute(ATTRIBUTE_DARK) and c:IsLinkRace(RACE_DRAGON)
return c:IsLinkAttribute(ATTRIBUTE_DARK) and (c:IsLinkRace(RACE_DRAGON) or c:IsHasEffect(77189532))
end
function s.lcheck(g,lc)
return g:IsExists(Card.IsLinkSetCard,1,nil,0x102)
......@@ -90,4 +90,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP_DEFENSE)
end
end
end
\ No newline at end of file
end
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