Commit aaf6a2d6 authored by Amiya's avatar Amiya

修复

parent 25a794a3
Pipeline #38892 canceled with stages
in 80 minutes and 26 seconds
...@@ -98,7 +98,7 @@ function s.tgtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -98,7 +98,7 @@ function s.tgtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function s.tgop(e,tp,eg,ep,ev,re,r,rp) function s.tgop(e,tp,eg,ep,ev,re,r,rp)
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if tc:IsRelateToEffect(e) then if tc:IsRelateToChain() then
Duel.SendtoGrave(tc,REASON_EFFECT) Duel.SendtoGrave(tc,REASON_EFFECT)
end end
end end
\ No newline at end of file
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