Commit 1e0b6f55 authored by wind2009's avatar wind2009

Fix 影の災い

parent 529f3fd1
Pipeline #32085 passed with stages
in 1 minute and 23 seconds
......@@ -37,7 +37,7 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,sg,1,0,0)
elseif ct==2 then
Duel.SetOperationInfo(0,CATEGORY_REMOVE,sg,1,0,0)
elseif ct==3 then
elseif ct>2 then
local rg=Duel.GetMatchingGroup(s.rmfdfilter,tp,0,LOCATION_ONFIELD+LOCATION_GRAVE,nil,sc:GetCode(),tp)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,rg,#rg,0,0)
end
......
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