Commit 0f2c22f9 authored by 森野さくら's avatar 森野さくら 🐟

Replace c71403010.lua

parent 7c91f9dd
...@@ -39,11 +39,11 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -39,11 +39,11 @@ function c71403010.tg1(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
local op=0 local op=0
if b1 and b2 then if b1 and b2 then
op=Duel.SelectOption(tp,aux.Stringid(71400010,1),aux.Stringid(71400010,2)) op=Duel.SelectOption(tp,aux.Stringid(71403014,1),aux.Stringid(71403014,2))
elseif b1 then elseif b1 then
op=Duel.SelectOption(tp,aux.Stringid(71400010,1)) op=Duel.SelectOption(tp,aux.Stringid(71403014,1))
else else
op=Duel.SelectOption(tp,aux.Stringid(71400010,2))+1 op=Duel.SelectOption(tp,aux.Stringid(71403014,2))+1
end end
e:SetLabel(op) e:SetLabel(op)
if op==0 then if op==0 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