Commit 8ecfaa6f authored by 未闻皂名's avatar 未闻皂名

2026/2/6 bug修复

parent f2816faa
Pipeline #42888 passed with stages
in 6 minutes and 41 seconds
......@@ -28,7 +28,8 @@ function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
end
function cm.operation(e,tp,eg,ep,ev,re,r,rp)
RD.SelectAndDoAction(HINTMSG_TOGRAVE,Card.IsAbleToGrave,tp,LOCATION_HAND,0,1,1,nil,function(g)
if RD.CanDraw(aux.Stringid(m,1),tp,1,true)~=0 then
if RD.SendToGraveAndExists(g)
and RD.CanDraw(aux.Stringid(m,1),tp,1,true)~=0 then
RD.CanSelectAndDoAction(aux.Stringid(m,2),HINTMSG_ATOHAND,aux.NecroValleyFilter(cm.thfilter),tp,LOCATION_GRAVE,0,1,1,nil,function(g)
RD.SendToHandAndExists(g,e,tp,REASON_EFFECT)
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