You need to sign in or sign up before continuing.
Commit b5f88b32 authored by wind2009's avatar wind2009

Fix レッド・デーモンズ・チェーン

parent 61a8c63c
Pipeline #43855 passed with stages
in 3 minutes and 51 seconds
...@@ -37,6 +37,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -37,6 +37,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM)
local sg=g:SelectSubGroup(tp,s.gcheck,false,1,g:GetCount(),ct) local sg=g:SelectSubGroup(tp,s.gcheck,false,1,g:GetCount(),ct)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
Duel.ShuffleHand(tp)
e:SetLabel(sg:FilterCount(Card.IsType,nil,TYPE_TUNER),sg:GetCount()) e:SetLabel(sg:FilterCount(Card.IsType,nil,TYPE_TUNER),sg:GetCount())
end end
function s.filter(c) function s.filter(c)
......
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