Commit cbcb3452 authored by mercury233's avatar mercury233 Committed by GitHub

fix 王虎ワンフー

parent 53d4f3b7
...@@ -31,7 +31,8 @@ function c83986578.filter(c,e) ...@@ -31,7 +31,8 @@ function c83986578.filter(c,e)
return c:IsFaceup() and c:IsAttackBelow(1400) and c:IsRelateToEffect(e) return c:IsFaceup() and c:IsAttackBelow(1400) and c:IsRelateToEffect(e)
end end
function c83986578.operation(e,tp,eg,ep,ev,re,r,rp) function c83986578.operation(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) then return end local c=e:GetHandler()
if not (c:IsFaceup() and c:IsRelateToEffect(e)) then return end
local g=eg:Filter(c83986578.filter,nil,e) local g=eg:Filter(c83986578.filter,nil,e)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.Destroy(g,REASON_EFFECT) Duel.Destroy(g,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