Commit d64e1167 authored by 未闻皂名's avatar 未闻皂名

2022/5/5 bug修复

parent 937b8467
...@@ -32,6 +32,6 @@ function cm.atkval(e,c) ...@@ -32,6 +32,6 @@ function cm.atkval(e,c)
return g:GetClassCount(Card.GetCode)*300 return g:GetClassCount(Card.GetCode)*300
end end
--Pierce --Pierce
function cm.prccon(e,tp,eg,ep,ev,re,r,rp) function cm.prccon(e)
return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_GRAVE,0,7,nil) return Duel.IsExistingMatchingCard(cm.filter,e:GetHandlerPlayer(),LOCATION_GRAVE,0,7,nil)
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