Commit 67b1cdff authored by wind2009's avatar wind2009

Fix 絢嵐たる権能

parent 701ba91e
Pipeline #37461 failed with stages
in 5 minutes and 48 seconds
...@@ -57,6 +57,7 @@ function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -57,6 +57,7 @@ function s.drtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
and dg:CheckSubGroup(s.gcheck,3,3) end and dg:CheckSubGroup(s.gcheck,3,3) end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g=dg:SelectSubGroup(tp,s.gcheck,false,3,3) local g=dg:SelectSubGroup(tp,s.gcheck,false,3,3)
Duel.SetTargetCard(g)
Duel.SetOperationInfo(0,CATEGORY_TODECK,g,3,0,0) Duel.SetOperationInfo(0,CATEGORY_TODECK,g,3,0,0)
Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1) Duel.SetOperationInfo(0,CATEGORY_DRAW,nil,0,tp,1)
end 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