Commit 1a2a4f6c authored by gg123gg's avatar gg123gg Committed by GitHub

Add files via upload

parent 98a7ffb9
......@@ -141,7 +141,7 @@ function c12011010.mgfilter(c,e,tp,fusc,mg)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and fusc:CheckFusionMaterial(mg,c)
end
function c12011010.mgfilter(c,e,tp,fusc,mg)
function c12011010.mgfilter1(c,e,tp,fusc,mg)
return c:IsControler(tp) and c:IsLocation(LOCATION_EXTRA)
and bit.band(c:GetReason(),0x40008)==0x40008 and c:GetReasonCard()==fusc
and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......@@ -158,7 +158,7 @@ function c12011010.target(e,tp,eg,ep,ev,re,r,rp,chk)
return ct>0 and ft>=ct and not Duel.IsPlayerAffectedByEffect(tp,59822133)
and e:GetHandler():IsSummonType(SUMMON_TYPE_FUSION)
and g:FilterCount(c12011010.mgfilter,nil,e,tp,e:GetHandler(),g)==ct
and Duel.GetLocationCountFromEx(tp,tp,e:GetHandler())>=chg
and Duel.GetLocationCountFromEx(tp,tp,e:GetHandler(),TYPE_PENDULUM)>=chg
end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,g:GetCount(),0,0)
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