Commit 75de6402 authored by wind2009's avatar wind2009

Fix 神芸学徒 グラフレア

parent 2eb909a3
...@@ -70,9 +70,9 @@ end ...@@ -70,9 +70,9 @@ end
function s.valcon(e,re,r,rp) function s.valcon(e,re,r,rp)
return r&REASON_BATTLE~=0 return r&REASON_BATTLE~=0
end end
function s.descon(e,tp,eg,ep,ev,re,r,rp,chk) function s.descon(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(Card.IsFaceup,tp,LOCATION_MZONE,0,nil) local g=Duel.GetMatchingGroup(Card.IsFaceup,tp,LOCATION_MZONE,0,nil)
if chk==0 then return g:GetClassCount(Card.GetRace)>2 end return g:GetClassCount(Card.GetRace)>2
end end
function s.desfilter(c) function s.desfilter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP) return c:IsType(TYPE_SPELL+TYPE_TRAP)
......
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