Commit 35f166f7 authored by Grajade's avatar Grajade

Update c4031201.lua

parent c081f01b
Pipeline #11807 passed with stage
in 1 minute and 27 seconds
...@@ -36,7 +36,7 @@ function c4031201.scop(e,tp,eg,ep,ev,re,r,rp) ...@@ -36,7 +36,7 @@ function c4031201.scop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c4031201.filter2,tp,LOCATION_EXTRA,0,1,1,nil,e,tp) local g=Duel.SelectMatchingCard(tp,c4031201.filter2,tp,LOCATION_EXTRA,0,1,1,nil,e,tp)
local tc=g:GetFirst() local tc=g:GetFirst()
if tc then if tc then
Duel.SpecialSummon(tc,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(tc,SUMMON_TYPE_SYNCHRO,tp,tp,false,false,POS_FACEUP)
tc:CompleteProcedure() tc:CompleteProcedure()
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