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 @@ ...@@ -24,6 +24,7 @@
101304044 101304044
101304047 101304047
101304048 101304048
101304049
101304050 101304050
101304207 101304207
101304053 101304053
......
...@@ -32,7 +32,7 @@ function s.initial_effect(c) ...@@ -32,7 +32,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.mfilter(c) 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 end
function s.lcheck(g,lc) function s.lcheck(g,lc)
return g:IsExists(Card.IsLinkSetCard,1,nil,0x102) return g:IsExists(Card.IsLinkSetCard,1,nil,0x102)
...@@ -90,4 +90,4 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -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) Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP_DEFENSE)
end end
end end
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