Commit bd7b1e8d authored by Amiya's avatar Amiya

xf修复

parent dc100412
Pipeline #41103 failed with stages
in 1 minute and 13 seconds
No preview for this file type
......@@ -60,8 +60,8 @@ function s.eop(e,tp,eg,ep,ev,re,r,rp)
if not (b1 or b2 or b3) then return end
local op=aux.SelectFromOptions(tp,
{b1,aux.Stringid(id,0),1},
{b1,aux.Stringid(id,1),2},
{b2,aux.Stringid(id,2),3})
{b2,aux.Stringid(id,1),2},
{b3,aux.Stringid(id,2),3})
if op==1 then
Duel.RegisterFlagEffect(tp,id,RESET_PHASE+PHASE_END,0,1)
local g=Duel.GetMatchingGroup(Card.IsAbleToDeck,tp,LOCATION_MZONE,LOCATION_MZONE,aux.ExceptThisCard(e))
......
......@@ -60,8 +60,8 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
if b1 or b2 or b3 then
op=aux.SelectFromOptions(tp,
{b1,aux.Stringid(id,0),1},
{b1,aux.Stringid(id,1),2},
{b2,aux.Stringid(id,2),3})
{b2,aux.Stringid(id,1),2},
{b3,aux.Stringid(id,2),3})
end
e:SetLabel(op)
if op==1 or op==2 then
......
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