Commit b3bb8d70 authored by Tachibana's avatar Tachibana

ybb、

parent 44126d16
Pipeline #10640 passed with stages
in 23 minutes and 54 seconds
......@@ -254,12 +254,10 @@ function cm.togop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then
local g=tc:GetColumnGroup():Filter(Card.IsControler,nil,1-tp)
if g:GetCount()>0 then
if tc:IsControler(1-tp) then
g:AddCard(tc)
end
Duel.SendtoGrave(g,REASON_EFFECT)
if tc:IsControler(1-tp) then
g:AddCard(tc)
end
Duel.SendtoGrave(g,REASON_EFFECT)
end
end
--Effect 4
......
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