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

2024/7/27 bug修复

parent e1c00c02
Pipeline #28719 failed with stages
in 8 minutes and 35 seconds
......@@ -37,7 +37,7 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local ct=Duel.GetMatchingGroupCount(cm.filter,tp,LOCATION_MZONE,LOCATION_MZONE,nil)
if RD.SendDeckTopToGraveAndExists(tp,1,cm.exfilter,ct,nil) then
if RD.SendDeckTopToGraveAndExists(tp,ct,cm.exfilter,1,nil) then
RD.CanSelectAndDoAction(aux.Stringid(m,1),HINTMSG_ATOHAND,aux.NecroValleyFilter(cm.thfilter),tp,LOCATION_GRAVE,0,1,2,nil,function(g)
RD.SendToHandAndExists(g,1-tp)
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