Commit 9fbb559f authored by Huangnan's avatar Huangnan

Update c1009029.lua

parent 68a635ae
Pipeline #17806 passed with stages
in 21 minutes and 24 seconds
...@@ -93,7 +93,7 @@ function c1009029.pcop(e,tp,eg,ep,ev,re,r,rp) ...@@ -93,7 +93,7 @@ function c1009029.pcop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOFIELD)
local g=Duel.SelectMatchingCard(tp,c1009029.pcfilter,tp,LOCATION_DECK,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,c1009029.pcfilter,tp,LOCATION_DECK,0,1,1,nil)
if g:GetCount()>0 then 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
end end
function c1009029.regcon(e,tp,eg,ep,ev,re,r,rp) function c1009029.regcon(e,tp,eg,ep,ev,re,r,rp)
......
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