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

fix ヴィシャス=アストラウド

parent 872ca719
...@@ -31,7 +31,7 @@ function s.initial_effect(c) ...@@ -31,7 +31,7 @@ function s.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function s.matfilter(c) function s.matfilter(c)
return c:IsAttack(1500) and c:IsDefense(2100) return c:IsAttack(1500) and c:IsDefense(2100) and c:IsType(TYPE_MONSTER)
end end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler() local c=e:GetHandler()
......
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