Commit 0620a842 authored by mercury233's avatar mercury233 Committed by GitHub

fix ナンバーズ・エヴァイユ

parent fcc4f3c6
......@@ -54,8 +54,9 @@ function c20994205.activate(e,tp,eg,ep,ev,re,r,rp)
local sg=g:SelectSubGroup(tp,c20994205.gselect,false,4,4,e,tp)
if sg then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local xyz=g:Filter(c20994205.spfilter2,sg,sg,e,tp):Select(tp,1,1,nil):GetFirst()
local xyz=g:FilterSelect(tp,c20994205.spfilter2,1,1,sg,sg,e,tp):GetFirst()
Duel.SpecialSummon(xyz,SUMMON_TYPE_XYZ,tp,tp,false,false,POS_FACEUP)
xyz:CompleteProcedure()
Duel.Overlay(xyz,sg)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
......
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