Commit 9e3d596b authored by 未闻皂名's avatar 未闻皂名

2023/4/29 bug修复

parent 8cc4b898
Pipeline #21418 passed with stages
in 7 minutes and 1 second
...@@ -31,7 +31,7 @@ cm.cost=RD.CostSendGraveToDeck(cm.costfilter,2,2) ...@@ -31,7 +31,7 @@ cm.cost=RD.CostSendGraveToDeck(cm.costfilter,2,2)
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk) function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
local atk=e:GetHandler():GetAttack() local atk=e:GetHandler():GetAttack()
local g=Duel.GetMatchingGroup(cm.filter,tp,0,LOCATION_MZONE,nil,atk) local g=Duel.GetMatchingGroup(cm.filter,tp,0,LOCATION_MZONE,nil,atk)
if chk==0 then return g:CheckSubGroup(cm.check,1,2,nil,atk) end if chk==0 then return g:CheckSubGroup(cm.check,1,2,atk) end
Duel.SetOperationInfo(0,CATEGORY_DESTROY,nil,1,1-tp,LOCATION_MZONE) Duel.SetOperationInfo(0,CATEGORY_DESTROY,nil,1,1-tp,LOCATION_MZONE)
end end
function cm.operation(e,tp,eg,ep,ev,re,r,rp) function cm.operation(e,tp,eg,ep,ev,re,r,rp)
......
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