Commit 30214db3 authored by Tachibana's avatar Tachibana

ybb

parent 8e2260cb
Pipeline #10194 passed with stages
in 33 minutes and 3 seconds
......@@ -39,7 +39,7 @@ end
function cm.sucon(e,se,sp,st)
local tp=e:GetHandler():GetControler()
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
--e1
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