Commit 58cf9121 authored by Grajade's avatar Grajade

Update c33331553.lua

parent d911a7bc
......@@ -29,7 +29,7 @@ function c33331553.tg1(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function c33331553.cfilter1_1(c,e,tp,code1,code2)
local zone=aux.SequenceToGlobal(tp,LOCATION_MZONE,2)
local zone=aux.SequenceToGlobal(0,LOCATION_MZONE,2)
return c:IsCode(code1,code2) and c:IsCanBeSpecialSummoned(e,0,tp,false,false,POS_FACEUP,tp,zone)
end
function c33331553.op1(e,tp,eg,ep,ev,re,r,rp)
......@@ -48,7 +48,7 @@ function c33331553.op1(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=Duel.SelectMatchingCard(tp,c33331553.cfilter1_1,tp,LOCATION_GRAVE+LOCATION_REMOVED,LOCATION_GRAVE+LOCATION_REMOVED,1,1,nil,e,tp,code1,code2)
if sg:GetCount()>0 then
local zone=aux.SequenceToGlobal(tp,LOCATION_MZONE,2)
local zone=aux.SequenceToGlobal(0,LOCATION_MZONE,2)
if Duel.SpecialSummonStep(sg:GetFirst(),0,tp,tp,false,false,POS_FACEUP,zone) then
local e1_2=Effect.CreateEffect(e:GetHandler())
e1_2:SetType(EFFECT_TYPE_SINGLE)
......
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