Commit cdda7035 authored by mercury233's avatar mercury233

remove Duel.SelectYesNo(tp,210)

https://github.com/Fluorohydride/ygopro/pull/2096
parent 14e00d93
......@@ -71,7 +71,6 @@ function c3096468.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
if cg:GetCount()==0 then break end
local minct=1
if c3096468.syngoal(g,tp,lv,syncard,minc,i) then
if not Duel.SelectYesNo(tp,210) then break end
minct=0
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL)
......
......@@ -110,7 +110,6 @@ function c33541430.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
if cg:GetCount()==0 then break end
local minct=1
if c33541430.syngoal(g,tp,lv,syncard,minc,i) then
if not Duel.SelectYesNo(tp,210) then break end
minct=0
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL)
......
......@@ -73,7 +73,6 @@ function c55863245.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
if cg:GetCount()==0 then break end
local minct=1
if c55863245.syngoal(g,tp,lv,syncard,minc,i) then
if not Duel.SelectYesNo(tp,210) then break end
minct=0
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL)
......
......@@ -123,7 +123,6 @@ function c57261568.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
if cg:GetCount()==0 then break end
local minct=1
if c57261568.syngoal(g,tp,lv,syncard,minc,i) then
if not Duel.SelectYesNo(tp,210) then break end
minct=0
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL)
......
......@@ -74,7 +74,6 @@ function c64910482.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
if cg:GetCount()==0 then break end
local minct=1
if c64910482.syngoal(g,tp,lv,syncard,minc,i) then
if not Duel.SelectYesNo(tp,210) then break end
minct=0
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL)
......
......@@ -115,7 +115,6 @@ function c89818984.synop(e,tp,eg,ep,ev,re,r,rp,syncard,f,min,max)
if cg:GetCount()==0 then break end
local minct=1
if c89818984.syngoal(g,tp,lv,syncard,minc,i) then
if not Duel.SelectYesNo(tp,210) then break end
minct=0
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SMATERIAL)
......
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