Commit 817982b5 authored by 未闻皂名's avatar 未闻皂名

2022/5/28 bug修复

parent e57ed703
...@@ -16,5 +16,5 @@ function cm.filter(c) ...@@ -16,5 +16,5 @@ function cm.filter(c)
return c:IsType(TYPE_MONSTER) return c:IsType(TYPE_MONSTER)
end end
function cm.atkval(e,c) function cm.atkval(e,c)
return Duel.GetMatchingGroupCount(cm.filter,c:GetControler(),0,LOCATION_GRAVE,nil)*100 return Duel.GetMatchingGroupCount(cm.filter,c:GetControler(),LOCATION_GRAVE,0,nil)*100
end end
\ No newline at end of file
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