Commit cf668759 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12009057.lua

parent 24d31a32
...@@ -105,6 +105,7 @@ function c12009057.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -105,6 +105,7 @@ function c12009057.spop(e,tp,eg,ep,ev,re,r,rp)
sel_zone=sel_zone>>16 sel_zone=sel_zone>>16
end end
Duel.SpecialSummonStep(sc,0,tp,sump,false,false,POS_FACEUP_DEFENSE,sel_zone) Duel.SpecialSummonStep(sc,0,tp,sump,false,false,POS_FACEUP_DEFENSE,sel_zone)
Duel.SpecialSummonComplete()
--spsummon limit --spsummon limit
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_FIELD) e2:SetType(EFFECT_TYPE_FIELD)
...@@ -119,4 +120,4 @@ end ...@@ -119,4 +120,4 @@ end
end end
function c12009057.sslimit(e,c,sump,sumtype,sumpos,targetp,se) function c12009057.sslimit(e,c,sump,sumtype,sumpos,targetp,se)
return c:IsLocation(LOCATION_EXTRA) and not c:IsType(TYPE_SYNCHRO) return c:IsLocation(LOCATION_EXTRA) and not c:IsType(TYPE_SYNCHRO)
end end
\ No newline at end of file
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