Commit 28c32600 authored by Nemo Ma's avatar Nemo Ma

Update c33711403.lua

parent 8f6995db
...@@ -111,7 +111,9 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -111,7 +111,9 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local sg=g:RandomSelect(tp,10) local sg=g:RandomSelect(tp,10)
local sg1=sg:Filter(Card.IsType,nil,TYPE_PENDULUM) local sg1=sg:Filter(Card.IsType,nil,TYPE_PENDULUM)
local sg2=Group.__sub(sg,sg1) local sg2=Group.__sub(sg,sg1)
Duel.Remove(sg2,POS_FACEDOWN,0)
Duel.SendtoDeck(sg2,1-tp,2,REASON_EFFECT) Duel.SendtoDeck(sg2,1-tp,2,REASON_EFFECT)
Duel.Remove(sg1,POS_FACEDOWN,0)
Duel.SendtoExtraP(sg1,1-tp,REASON_EFFECT) Duel.SendtoExtraP(sg1,1-tp,REASON_EFFECT)
Duel.ShuffleExtra(1-tp) Duel.ShuffleExtra(1-tp)
local sg3=sg:Filter(cm.filter,nil,tp) local sg3=sg:Filter(cm.filter,nil,tp)
......
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