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

2022/5/5 bug修复

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