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)
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)
end
end
end
--Effect 4
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