Commit 8a1b192e authored by GuGu's avatar GuGu

Update c86379023.lua 代传

parent f9a67218
Pipeline #16639 passed with stage
in 1 minute and 29 seconds
...@@ -432,12 +432,12 @@ function c86379023.dcop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -432,12 +432,12 @@ function c86379023.dcop2(e,tp,eg,ep,ev,re,r,rp)
local ops={} local ops={}
local opval={} local opval={}
if f1 or f3 then if f1 or f3 then
ops[off]=aux.Stringid(86379023,11) ops[off]=aux.Stringid(86379019,2)
opval[off-1]=1 opval[off-1]=1
off=off+1 off=off+1
end end
if f2 or f3 then if f2 or f3 then
ops[off]=aux.Stringid(86379023,12) ops[off]=aux.Stringid(86379019,3)
opval[off-1]=2 opval[off-1]=2
off=off+1 off=off+1
end end
...@@ -445,18 +445,18 @@ function c86379023.dcop2(e,tp,eg,ep,ev,re,r,rp) ...@@ -445,18 +445,18 @@ function c86379023.dcop2(e,tp,eg,ep,ev,re,r,rp)
local sel=opval[op] local sel=opval[op]
if sel==1 then if sel==1 then
local g=Duel.GetDecktopGroup(tp,1) local g=Duel.GetDecktopGroup(tp,1)
Duel.ConfirmCards(tp,g) Duel.ConfirmDecktop(tp,1)
local tc=g:GetFirst() local tc=g:GetFirst()
local opt=Duel.SelectOption(tp,aux.Stringid(86379023,2),aux.Stringid(86379023,3)) local opt=Duel.SelectOption(tp,aux.Stringid(86379019,4),aux.Stringid(86379019,5))
if opt==1 then if opt==1 then
Duel.MoveSequence(tc,opt) Duel.MoveSequence(tc,opt)
end end
end end
if sel==2 then if sel==2 then
local g=Duel.GetDecktopGroup(1-tp,1) local g=Duel.GetDecktopGroup(1-tp,1)
Duel.ConfirmCards(tp,g) Duel.ConfirmDecktop(1-tp,1)
local tc=g:GetFirst() local tc=g:GetFirst()
local opt=Duel.SelectOption(tp,aux.Stringid(86379023,2),aux.Stringid(86379023,3)) local opt=Duel.SelectOption(tp,aux.Stringid(86379019,4),aux.Stringid(86379019,5))
if opt==1 then if opt==1 then
Duel.MoveSequence(tc,opt) Duel.MoveSequence(tc,opt)
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