Commit 30214db3 authored by Tachibana's avatar Tachibana

ybb

parent 8e2260cb
...@@ -39,7 +39,7 @@ end ...@@ -39,7 +39,7 @@ end
function cm.sucon(e,se,sp,st) function cm.sucon(e,se,sp,st)
local tp=e:GetHandler():GetControler() local tp=e:GetHandler():GetControler()
local g=Duel.GetMatchingGroup(cm.suconf,tp,LOCATION_GRAVE,0,nil) local g=Duel.GetMatchingGroup(cm.suconf,tp,LOCATION_GRAVE,0,nil)
return st&SUMMON_TYPE_RITUAL==SUMMON_TYPE_RITUAL and g:GetClassCount(Card.GetCode)>9 return st&SUMMON_TYPE_RITUAL==SUMMON_TYPE_RITUAL and g:GetCount()>9
end end
--e1 --e1
function cm.cosf1(c) function cm.cosf1(c)
......
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