Commit f0b9dc8e authored by GuGu's avatar GuGu

Update c34019.lua

parent 51026832
Pipeline #32862 passed with stage
in 8 seconds
...@@ -65,7 +65,6 @@ function s.spop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,7 +65,6 @@ function s.spop1(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,s.filter,tp,LOCATION_DECK,0,1,1,nil,tp) local g=Duel.SelectMatchingCard(tp,s.filter,tp,LOCATION_DECK,0,1,1,nil,tp)
if #g>0 then if #g>0 then
Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_SZONE,POS_FACEUP,true) Duel.MoveToField(g:GetFirst(),tp,tp,LOCATION_SZONE,POS_FACEUP,true)
Duel.RaiseEvent(g:GetFirst(),EVENT_CHAIN_SOLVED,tc:GetActivateEffect(),0,tp,tp,Duel.GetCurrentChain())
end end
end 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