Commit af1be45a authored by 未闻皂名's avatar 未闻皂名

2025/8/31 bug修复

parent f40eb700
Pipeline #40385 passed with stages
in 13 minutes and 53 seconds
No preview for this file type
......@@ -23,7 +23,8 @@ end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
if RD.SendDeckTopToGraveAndExists(tp,2) then
local c=e:GetHandler()
if c:IsRelateToEffect(e) and c:IsControler(tp) then
if c:IsRelateToEffect(e) and c:IsControler(tp)
and Duel.SelectEffectYesNo(tp,c,aux.Stringid(m,1)) then
Duel.BreakEffect()
Duel.Destroy(c,REASON_EFFECT)
end
......
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