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
八宫一月
ygopro-scripts
Commits
aca2f8da
Commit
aca2f8da
authored
Dec 20, 2018
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix
parent
e856888c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
utility.lua
utility.lua
+6
-2
No files found.
utility.lua
View file @
aca2f8da
...
@@ -1407,7 +1407,9 @@ function Auxiliary.RitualUltimateFilter(c,filter,e,tp,m1,m2,level_function,great
...
@@ -1407,7 +1407,9 @@ function Auxiliary.RitualUltimateFilter(c,filter,e,tp,m1,m2,level_function,great
mg
:
Merge
(
m2
)
mg
:
Merge
(
m2
)
end
end
if
c
.
mat_filter
then
if
c
.
mat_filter
then
mg
=
mg
:
Filter
(
c
.
mat_filter
,
nil
)
mg
=
mg
:
Filter
(
c
.
mat_filter
,
c
)
else
mg
:
RemoveCard
(
c
)
end
end
return
mg
:
CheckSubGroup
(
Auxiliary
.
RitualCheck
,
1
,
63
,
tp
,
c
,
level_function
(
c
),
greater_or_equal
)
return
mg
:
CheckSubGroup
(
Auxiliary
.
RitualCheck
,
1
,
63
,
tp
,
c
,
level_function
(
c
),
greater_or_equal
)
end
end
...
@@ -1443,7 +1445,9 @@ function Auxiliary.RitualUltimateOperation(filter,level_function,greater_or_equa
...
@@ -1443,7 +1445,9 @@ function Auxiliary.RitualUltimateOperation(filter,level_function,greater_or_equa
mg
:
Merge
(
exg
)
mg
:
Merge
(
exg
)
end
end
if
tc
.
mat_filter
then
if
tc
.
mat_filter
then
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
nil
)
mg
=
mg
:
Filter
(
tc
.
mat_filter
,
tc
)
else
mg
:
RemoveCard
(
tc
)
end
end
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
Duel
.
Hint
(
HINT_SELECTMSG
,
tp
,
HINTMSG_RELEASE
)
local
mat
=
mg
:
SelectSubGroup
(
tp
,
Auxiliary
.
RitualCheck
,
false
,
1
,
63
,
tp
,
tc
,
level_function
(
tc
),
greater_or_equal
)
local
mat
=
mg
:
SelectSubGroup
(
tp
,
Auxiliary
.
RitualCheck
,
false
,
1
,
63
,
tp
,
tc
,
level_function
(
tc
),
greater_or_equal
)
...
...
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