Commit 240c7c63 authored by Tachibana's avatar Tachibana 🐟

pic

parent 1e781517
Pipeline #26356 passed with stages
in 25 minutes and 14 seconds
......@@ -42,7 +42,7 @@ function cm.rtgop(e,tp,eg,ep,ev,re,r,rp)
local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
local g=tg:Filter(Card.IsRelateToEffect,nil,e)
if g:GetCount()>0 then
Duel.SendtoGrave(tc,REASON_EFFECT+REASON_RETURN)
Duel.SendtoGrave(g,REASON_EFFECT+REASON_RETURN)
end
end
function cm.spfilter(c,e,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