Commit 0ba7544c authored by Amiya's avatar Amiya

修复

parent a29c1f67
Pipeline #42482 passed with stages
in 1 minute and 49 seconds
......@@ -71,7 +71,7 @@ function s.desfilter(c)
return c:IsType(TYPE_SPELL+TYPE_TRAP)
end
function s.destg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local sg=eg:Filter(s.cfilter,1,nil,tp)
local sg=eg:Filter(s.cfilter,nil,tp)
local ct=0
for tc in aux.Next(sg) do
local mt=tc:GetMaterial():FilterCount(Card.IsType,nil,TYPE_MONSTER)
......
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