Commit f6cf5c5a authored by wyykak's avatar wyykak

fix 20056 74563016

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