Commit b3bb8d70 authored by Tachibana's avatar Tachibana

ybb、

parent 44126d16
...@@ -254,13 +254,11 @@ function cm.togop(e,tp,eg,ep,ev,re,r,rp) ...@@ -254,13 +254,11 @@ function cm.togop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
local g=tc:GetColumnGroup():Filter(Card.IsControler,nil,1-tp) local g=tc:GetColumnGroup():Filter(Card.IsControler,nil,1-tp)
if g:GetCount()>0 then
if tc:IsControler(1-tp) then if tc:IsControler(1-tp) then
g:AddCard(tc) g:AddCard(tc)
end end
Duel.SendtoGrave(g,REASON_EFFECT) Duel.SendtoGrave(g,REASON_EFFECT)
end end
end
end end
--Effect 4 --Effect 4
function cm.namecon(e,tp,eg,ep,ev,re,r,rp) function cm.namecon(e,tp,eg,ep,ev,re,r,rp)
......
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