Commit f6cf5c5a authored by wyykak's avatar wyykak

fix 20056 74563016

parent e5ab1dcc
......@@ -195,8 +195,8 @@ function c20056.MultiSpecialSummon(sptg,sumplayer,tgplayer,count,nocheck,nolimit
end
cur=sptgc:GetNext()
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sc=psg:Select(tp,1,1,nil):GetFirst()
Duel.Hint(HINT_SELECTMSG,sumplayer,HINTMSG_SPSUMMON)
local sc=psg:Select(sumplayer,1,1,nil):GetFirst()
if Duel.SpecialSummonStep(sc,SUMMON_TYPE_SPECIAL,sumplayer,tgplayer,nocheck,nolimit,pos,loctable[sc]) then
spcount=spcount+1
sptgc:RemoveCard(sc)
......
......@@ -5,7 +5,7 @@ function c74563016.initial_effect(c)
aux.AddFusionProcFun2(c,aux.FilterBoolFunction(Card.IsFusionSetCard,0x258),c74563016.matfilter,true)
--equip
local e12=Effect.CreateEffect(c)
e12:SetCategory(CATEGORY_REMOVE)
e12:SetCategory(CATEGORY_DESTROY)
e12:SetType(EFFECT_TYPE_QUICK_O)
e12:SetRange(LOCATION_MZONE)
e12:SetCode(EVENT_FREE_CHAIN)
......
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