Commit 75e496cc authored by tsubaki's avatar tsubaki
parents f393f0bd bc42c4b9
Pipeline #21206 passed with stage
in 1 minute and 7 seconds
......@@ -29,7 +29,7 @@ function c912104.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
local dc=Duel.GetOperatedGroup():GetFirst()
if (dc:IsCode(4031101) or dc:IsCode(4031103))
if (dc:IsCode(4031101) or dc:IsCode(4031103) or dc:IsCode(4031107))
and Duel.SelectYesNo(tp,aux.Stringid(912104,0)) and Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)>=3 then
Duel.ConfirmDecktop(tp,3)
local g=Duel.GetDecktopGroup(tp,3)
......
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