Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Reinen
ygopro-scripts
Commits
cdda7035
Commit
cdda7035
authored
Jan 19, 2020
by
mercury233
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove Duel.SelectYesNo(tp,210)
https://github.com/Fluorohydride/ygopro/pull/2096
parent
14e00d93
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
0 additions
and
6 deletions
+0
-6
c3096468.lua
c3096468.lua
+0
-1
c33541430.lua
c33541430.lua
+0
-1
c55863245.lua
c55863245.lua
+0
-1
c57261568.lua
c57261568.lua
+0
-1
c64910482.lua
c64910482.lua
+0
-1
c89818984.lua
c89818984.lua
+0
-1
No files found.
c3096468.lua
View file @
cdda7035
...
...
@@ -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
)
...
...
c33541430.lua
View file @
cdda7035
...
...
@@ -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
)
...
...
c55863245.lua
View file @
cdda7035
...
...
@@ -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
)
...
...
c57261568.lua
View file @
cdda7035
...
...
@@ -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
)
...
...
c64910482.lua
View file @
cdda7035
...
...
@@ -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
)
...
...
c89818984.lua
View file @
cdda7035
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment