Commit 23c1d78e authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent a8c40ba0
Pipeline #30000 passed with stages
in 37 minutes and 58 seconds
No preview for this file type
...@@ -77,7 +77,8 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -77,7 +77,8 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetValue(att) e2:SetValue(att)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
end end
Duel.SpecialSummonComplete() tc:CompleteProcedure()
Duel.SpecialSummonComplete()
end end
end end
function cm.cfilter(c) function cm.cfilter(c)
......
...@@ -134,6 +134,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -134,6 +134,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
e2:SetValue(att) e2:SetValue(att)
tc:RegisterEffect(e2) tc:RegisterEffect(e2)
end end
tc:CompleteProcedure()
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
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