Commit fb2e1696 authored by Tachibana's avatar Tachibana

nmbd

parent 9255d6ad
...@@ -54,7 +54,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,7 +54,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
if xg:GetCount()>0 and xg:IsExists(Card.IsAbleToHand,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(m,0)) then if xg:GetCount()>0 and xg:IsExists(Card.IsAbleToHand,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(m,0)) then
local xg0=xg:GetFirst() local xg0=xg:GetFirst()
Duel.BreakEffect() Duel.BreakEffect()
Duel.SendtoGrave(c,REASON_EFFECT) Duel.SendtoGrave(c,REASON_EFFECT+REASON_DISCARD)
Duel.SendtoHand(xg0,tp,REASON_EFFECT) Duel.SendtoHand(xg0,tp,REASON_EFFECT)
end end
end 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