Commit e03421bc authored by Grajade's avatar Grajade

Update c33331554.lua

parent 58cf9121
...@@ -55,7 +55,7 @@ function c33331554.op2(e,tp,eg,ep,ev,re,r,rp) ...@@ -55,7 +55,7 @@ function c33331554.op2(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c33331554.tfilter2,tp,LOCATION_DECK,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,c33331554.tfilter2,tp,LOCATION_DECK,0,1,1,nil)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc and Duel.SSet(tp,tc)~=0 then if tc and Duel.SSet(tp,tc)~=0 then
local zone=aux.SequenceToGlobal(tp,LOCATION_MZONE,2) local zone=aux.SequenceToGlobal(0,LOCATION_MZONE,2)
if Duel.IsExistingMatchingCard(c33331554.ofilter2,tp,LOCATION_HAND,0,1,nil,e,tp,zone) and Duel.SelectYesNo(tp,aux.Stringid(33331554,1)) then if Duel.IsExistingMatchingCard(c33331554.ofilter2,tp,LOCATION_HAND,0,1,nil,e,tp,zone) and Duel.SelectYesNo(tp,aux.Stringid(33331554,1)) then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=Duel.SelectMatchingCard(tp,c33331554.ofilter2,tp,LOCATION_HAND,0,1,1,nil,e,tp,zone) local sg=Duel.SelectMatchingCard(tp,c33331554.ofilter2,tp,LOCATION_HAND,0,1,1,nil,e,tp,zone)
......
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