Commit 6104464c authored by Tachibana's avatar Tachibana

eme

parent 4f8db037
Pipeline #6135 passed with stages
in 37 minutes and 44 seconds
...@@ -160,7 +160,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp) ...@@ -160,7 +160,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
for tc in aux.Next(g) do tc:CompleteProcedure() end for tc in aux.Next(g) do tc:CompleteProcedure() end
e:Reset()
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp) function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
...@@ -173,6 +172,6 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -173,6 +172,6 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1) Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1)
end end
function cm.spop(e,tp,eg,ep,ev,re,r,rp) function cm.spop(e,tp,eg,ep,ev,re,r,rp)
local p=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER) local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
Duel.Draw(p,1,REASON_EFFECT) Duel.Draw(p,d,REASON_EFFECT)
end end
\ No newline at end of file
...@@ -160,7 +160,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp) ...@@ -160,7 +160,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
for tc in aux.Next(g) do tc:CompleteProcedure() end for tc in aux.Next(g) do tc:CompleteProcedure() end
e:Reset()
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp) function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
...@@ -161,7 +161,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp) ...@@ -161,7 +161,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
for tc in aux.Next(g) do tc:CompleteProcedure() end for tc in aux.Next(g) do tc:CompleteProcedure() end
e:Reset()
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp) function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
...@@ -160,7 +160,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp) ...@@ -160,7 +160,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
for tc in aux.Next(g) do tc:CompleteProcedure() end for tc in aux.Next(g) do tc:CompleteProcedure() end
e:Reset()
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp) function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
...@@ -159,7 +159,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp) ...@@ -159,7 +159,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
for tc in aux.Next(g) do tc:CompleteProcedure() end for tc in aux.Next(g) do tc:CompleteProcedure() end
e:Reset()
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
...@@ -199,6 +198,7 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -199,6 +198,7 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local rg=g:SelectSubGroup(tp,cm.fselect,false,2,2) local rg=g:SelectSubGroup(tp,cm.fselect,false,2,2)
aux.UseExtraReleaseCount(rg,tp)
Duel.Release(rg,REASON_COST) Duel.Release(rg,REASON_COST)
local sg=Duel.GetMatchingGroup(aux.disfilter1,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil) local sg=Duel.GetMatchingGroup(aux.disfilter1,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,nil)
Duel.SetOperationInfo(0,CATEGORY_DISABLE,sg,sg:GetCount(),0,0) Duel.SetOperationInfo(0,CATEGORY_DISABLE,sg,sg:GetCount(),0,0)
......
...@@ -159,7 +159,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp) ...@@ -159,7 +159,6 @@ function cm.pspop(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
for tc in aux.Next(g) do tc:CompleteProcedure() end for tc in aux.Next(g) do tc:CompleteProcedure() end
e:Reset()
end end
function cm.regcon(e,tp,eg,ep,ev,re,r,rp) function cm.regcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
...@@ -203,6 +202,7 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -203,6 +202,7 @@ function cm.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
end end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local rg=g:SelectSubGroup(tp,cm.fselect,false,2,2) local rg=g:SelectSubGroup(tp,cm.fselect,false,2,2)
aux.UseExtraReleaseCount(rg,tp)
Duel.Release(rg,REASON_COST) Duel.Release(rg,REASON_COST)
local sg=Duel.GetMatchingGroup(cm.posfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil) local sg=Duel.GetMatchingGroup(cm.posfilter,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
Duel.SetOperationInfo(0,CATEGORY_DISABLE,sg,sg:GetCount(),0,0) Duel.SetOperationInfo(0,CATEGORY_DISABLE,sg,sg:GetCount(),0,0)
......
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