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
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
MyCard
ygopro-scripts
Commits
db262a53
You need to sign in or sign up before continuing.
Commit
db262a53
authored
Jan 27, 2017
by
DailyShana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
82544a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
c57761191.lua
c57761191.lua
+1
-1
No files found.
c57761191.lua
View file @
db262a53
...
@@ -58,7 +58,7 @@ function c57761191.ttop(e,tp,eg,ep,ev,re,r,rp,c)
...
@@ -58,7 +58,7 @@ function c57761191.ttop(e,tp,eg,ep,ev,re,r,rp,c)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
ft
=
Duel
.
GetLocationCount
(
tp
,
LOCATION_MZONE
)
local
g
=
Group
.
CreateGroup
()
local
g
=
Group
.
CreateGroup
()
local
ct
=
3
local
ct
=
3
while
mg
:
GetCount
()
>
0
and
(
ct
>
1
and
Duel
.
CheckTribute
(
c
,
ct
-
1
)
or
ct
>
0
and
ft
>
0
)
while
mg
:
GetCount
()
>
0
and
(
ct
>
2
and
Duel
.
CheckTribute
(
c
,
ct
-
2
)
or
ct
>
1
and
Duel
.
CheckTribute
(
c
,
ct
-
1
)
or
ct
>
0
and
ft
>
0
)
and
(
not
Duel
.
CheckTribute
(
c
,
ct
)
or
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
57761191
,
0
)))
do
and
(
not
Duel
.
CheckTribute
(
c
,
ct
)
or
Duel
.
SelectYesNo
(
tp
,
aux
.
Stringid
(
57761191
,
0
)))
do
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
g1
=
mg
:
Select
(
tp
,
1
,
1
,
nil
)
local
g1
=
mg
:
Select
(
tp
,
1
,
1
,
nil
)
...
...
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