Commit a64d8e53 authored by TanakaKotoha's avatar TanakaKotoha

lbwnb

parent ee3e35db
...@@ -25,8 +25,6 @@ function c81046011.initial_effect(c) ...@@ -25,8 +25,6 @@ function c81046011.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c81046011.spcon(e,tp,eg,ep,ev,re,r,rp) function c81046011.spcon(e,tp,eg,ep,ev,re,r,rp)
if c==nil then return true end
local tp=c:GetControler()
local cg=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_GRAVE,0,nil) local cg=Duel.GetMatchingGroup(aux.TRUE,tp,LOCATION_GRAVE,0,nil)
return cg:GetCount()>7 and cg:GetClassCount(Card.GetCode)==cg:GetCount() return cg:GetCount()>7 and cg:GetClassCount(Card.GetCode)==cg:GetCount()
end end
......
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