Commit 9f0ecb06 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12011001.lua

parent 1b6ec5ba
......@@ -87,7 +87,7 @@ function c12011001.spop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g=Duel.SelectMatchingCard(tp,c12011001.filter1,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_SZONE,POS_FACEUP,true)
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_PZONE,POS_FACEUP,true)
end
end
function c12011001.spfilter(c)
......@@ -135,4 +135,4 @@ function c12011001.adop1(e,tp,eg,ep,ev,re,r,rp)
e2:SetValue(atk)
tc:RegisterEffect(e2)
end
end
\ No newline at end of file
end
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