Commit a902a5bc authored by mercury233's avatar mercury233

Update c1006081.lua

parent 0923b804
...@@ -25,9 +25,9 @@ function c1006081.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -25,9 +25,9 @@ function c1006081.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local op=0 local op=0
Duel.Hint(HINT_SELECTMSG,tp,550) Duel.Hint(HINT_SELECTMSG,tp,550)
if g:GetFirst():GetLevel()==1 then if g:GetFirst():GetLevel()==1 then
op=Duel.SelectOption(tp,aux.Stringid(1006081,0)) op=Duel.SelectOption(tp,aux.Stringid(1006081,1))
else else
op=Duel.SelectOption(tp,aux.Stringid(1006081,0),aux.Stringid(1006081,1)) op=Duel.SelectOption(tp,aux.Stringid(1006081,1),aux.Stringid(1006081,2))
end end
e:SetLabel(op) e:SetLabel(op)
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