Commit 329a5f31 authored by songtongtong's avatar songtongtong

bug fix

parent 0ee8ca03
Pipeline #21716 passed with stages
in 24 minutes and 31 seconds
......@@ -67,7 +67,7 @@ function cm.thcost(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.gfilter(g,tp,c)
local ct=g:GetSum(Card.GetLevel)
return c:IsCanRemoveCounter(0x100e,ct,REASON_COST)
return c:IsCanRemoveCounter(tp,0x100e,ct,REASON_COST)
end
function cm.gfilter2(g,lv)
local ct=g:GetSum(Card.GetLevel)
......
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