Commit 4693b2ae authored by salix5's avatar salix5

Merge pull request #194 from mercury233/patch-3

Update c1006081.lua
parents dd8c225f a902a5bc
...@@ -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