Commit 6ba81e0a authored by 未闻皂名's avatar 未闻皂名

2026/3/9 bug修复

parent 199b7b04
Pipeline #43610 passed with stages
in 6 minutes and 26 seconds
......@@ -28,7 +28,7 @@ function cm.filter2(c)
return c:IsLevel(4) and c:IsAttack(c,1500) and RD.IsDefense(c,200)
end
function cm.costcheck(g,e,tp)
return g:GetClassCount(Card.IsAttribute)==1
return g:GetClassCount(Card.GetAttribute)==1
and Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_GRAVE,0,1,nil,g:GetFirst():GetAttribute())
end
function cm.check(g)
......
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