Commit b47dda30 authored by Tachibana's avatar Tachibana

ndyd

parent 3bd57f48
...@@ -79,7 +79,7 @@ function cm.matop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,7 +79,7 @@ function cm.matop(e,tp,eg,ep,ev,re,r,rp)
end end
function cm.valcheck(e,c) function cm.valcheck(e,c)
local g=c:GetMaterial() local g=c:GetMaterial()
local ct=g:FilterCount(Card.IsFusionType,nil,TYPE_NORMAL) local ct=g:GetClassCount(Card.GetRace())
e:GetLabelObject():SetLabel(ct) e:GetLabelObject():SetLabel(ct)
end end
function cm.spcon(e,tp,eg,ep,ev,re,r,rp) function cm.spcon(e,tp,eg,ep,ev,re,r,rp)
......
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