Commit 9022f855 authored by wind2009's avatar wind2009

Fix アコード・トーカー@イグニスター

parent 6c196b55
...@@ -93,6 +93,6 @@ function s.discost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -93,6 +93,6 @@ function s.discost(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function s.disop(e,tp,eg,ep,ev,re,r,rp) function s.disop(e,tp,eg,ep,ev,re,r,rp)
if Duel.NegateActivation(ev) and re:GetHandler():IsRelateToEffect(re) then if Duel.NegateActivation(ev) and re:GetHandler():IsRelateToEffect(re) then
Duel.Destroy(eg,REASON_EFFECT) Duel.Remove(eg,POS_FACEUP,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