Commit 328b11cf authored by mercury233's avatar mercury233

fix

parent 5e29934b
...@@ -59,7 +59,7 @@ function c100236027.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -59,7 +59,7 @@ function c100236027.operation(e,tp,eg,ep,ev,re,r,rp)
while tc do while tc do
Duel.HintSelection(Group.FromCards(tc)) Duel.HintSelection(Group.FromCards(tc))
local sel=0 local sel=0
if tc:GetLeftScale()==1 then if tc:GetLeftScale()<=1 then
sel=Duel.SelectOption(tp,aux.Stringid(100236027,1)) sel=Duel.SelectOption(tp,aux.Stringid(100236027,1))
else else
sel=Duel.SelectOption(tp,aux.Stringid(100236027,1),aux.Stringid(100236027,2)) sel=Duel.SelectOption(tp,aux.Stringid(100236027,1),aux.Stringid(100236027,2))
......
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