Commit 5e3d924f authored by mercury233's avatar mercury233 Committed by GitHub

fix ダブル・フッキング

parent d981b4ca
...@@ -83,8 +83,8 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,8 +83,8 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
end end end end
end end
function s.descon2(e,tp,eg,ep,ev,re,r,rp) function s.descon2(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetHandler():GetFirstCardTarget() local g=e:GetHandler():GetCardTarget()
return tc and eg:IsContains(tc) return eg:FilterCount(aux.TRUE,g)~=#eg
end end
function s.desop2(e,tp,eg,ep,ev,re,r,rp) function s.desop2(e,tp,eg,ep,ev,re,r,rp)
Duel.Destroy(e:GetHandler(),REASON_EFFECT) Duel.Destroy(e:GetHandler(),REASON_EFFECT)
......
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