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

2022/5/28 bug修复

parent e57ed703
Pipeline #13251 passed with stages
in 3 minutes and 35 seconds
......@@ -16,5 +16,5 @@ function cm.filter(c)
return c:IsType(TYPE_MONSTER)
end
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
\ 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