Commit 9f7a5931 authored by wind2009's avatar wind2009

Fix アルトメギア・マスターワーク-継承-

parent 20ea672e
Pipeline #36395 passed with stages
in 3 minutes and 7 seconds
...@@ -33,7 +33,7 @@ function s.filter(c,e,tp,m,f,chkf) ...@@ -33,7 +33,7 @@ function s.filter(c,e,tp,m,f,chkf)
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial(m,nil,chkf) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial(m,nil,chkf)
end end
function s.check(tp,g,fc) function s.check(tp,g,fc)
return g:IsExists(Card.IsSetCard,1,nil,0x2cd) return g:IsExists(Card.IsFusionSetCard,1,nil,0x2cd)
end end
function s.fstg(e,tp,eg,ep,ev,re,r,rp,chk) function s.fstg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then if chk==0 then
......
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