Commit 5f495e2c authored by Tachibana's avatar Tachibana

nmbd

parent 56303b3a
......@@ -36,8 +36,7 @@ function c21520150.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
end
function c21520150.activate(e,tp,eg,ep,ev,re,r,rp)
if not Duel.NegateActivation(ev) then return end
if re:GetHandler():IsRelateToEffect(re) then
if Duel.NegateActivation(ev) and re:GetHandler():IsRelateToEffect(re) then
Duel.Destroy(eg,REASON_EFFECT)
Duel.Draw(tp,1,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