Commit 04bfffd2 authored by 八宫一月's avatar 八宫一月

fix

parent 380cf105
Pipeline #41722 failed with stages
in 87 minutes and 37 seconds
...@@ -64,7 +64,7 @@ function s.fusfilter1(c,e,tp) ...@@ -64,7 +64,7 @@ function s.fusfilter1(c,e,tp)
return c:IsType(TYPE_FUSION) and Duel.IsExistingMatchingCard(s.fusfilter2,tp,LOCATION_EXTRA,0,1,nil,e,tp,c:GetAttribute(),c) return c:IsType(TYPE_FUSION) and Duel.IsExistingMatchingCard(s.fusfilter2,tp,LOCATION_EXTRA,0,1,nil,e,tp,c:GetAttribute(),c)
end end
function s.fusfilter2(c,e,tp,att,mc) function s.fusfilter2(c,e,tp,att,mc)
return c:IsSetCard(0x9d) and c:GetAttribute()~=att and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial() return c:IsSetCard(0x9d) and not c:IsAttribute(att) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial()
and Duel.GetLocationCountFromEx(tp,tp,mc,c)>0 and Duel.GetLocationCountFromEx(tp,tp,mc,c)>0
end end
function s.fustg(e,tp,eg,ep,ev,re,r,rp,chk) function s.fustg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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