Commit 87c1e9e0 authored by Grajade's avatar Grajade

Update c33331557.lua

parent 653dc9ca
......@@ -42,9 +42,9 @@ function c33331557.op2(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(33331557,1))
local sg=Duel.SelectMatchingCard(tp,c33331557.tfilter2,tp,LOCATION_DECK,0,1,1,nil,tp)
local tc=sg:GetFirst()
local zone=aux.SequenceToGlobal(tp,LOCATION_MZONE,2)
local zone=aux.SequenceToGlobal(0,LOCATION_MZONE,2)
if tc and Duel.MoveToField(tc,tp,tp,LOCATION_FZONE,POS_FACEUP,false) then
if Duel.GetLocationCount(tp,LOCATION_MZONE,tp,LOCATION_REASON_TOFIELD,2)>0 and Duel.SelectYesNo(tp,aux.Stringid(33331557,2)) then
if Duel.GetLocationCount(tp,LOCATION_MZONE,tp,LOCATION_REASON_TOFIELD,zone)>0 and Duel.SelectYesNo(tp,aux.Stringid(33331557,2)) then
Duel.MoveSequence(c,2)
end
tc:SetStatus(STATUS_EFFECT_ENABLED,true)
......
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