Commit 9fa79463 authored by wind2009's avatar wind2009

Merge branch 'patch-2' into 'master'

Fix トゥリスヴァレル・ドラゴン

See merge request !221
parents 8d3798da 979521a0
Pipeline #40220 passed with stages
in 1 minute and 54 seconds
...@@ -30,7 +30,7 @@ function s.initial_effect(c) ...@@ -30,7 +30,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) function s.lcheck(g)
return g:IsExists(Card.IsLinkSetCard,1,nil,0x102) return g:IsExists(Card.IsLinkSetCard,1,nil,0x102)
......
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