Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-THC-cards
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-THC-cards
Commits
ff5479d5
Commit
ff5479d5
authored
Dec 30, 2021
by
oilloillo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix not counting Duel.GetLocationCountFromEx
parent
6b61871e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
241 additions
and
241 deletions
+241
-241
script/c999013.lua
script/c999013.lua
+241
-241
No files found.
script/c999013.lua
View file @
ff5479d5
...
@@ -81,7 +81,7 @@ function M.matfilter2(c, g1, code, tp)
...
@@ -81,7 +81,7 @@ function M.matfilter2(c, g1, code, tp)
local
g2
=
Duel
.
GetMatchingGroup
(
M
.
fmatcheck2
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
nil
,
c
,
g1
)
local
g2
=
Duel
.
GetMatchingGroup
(
M
.
fmatcheck2
,
tp
,
LOCATION_HAND
+
LOCATION_MZONE
,
0
,
nil
,
c
,
g1
)
if
g2
:
GetCount
()
==
0
then
return
false
end
if
g2
:
GetCount
()
==
0
then
return
false
end
g2
:
Merge
(
g1
)
g2
:
Merge
(
g1
)
return
g2
:
GetCount
()
>
1
return
g2
:
GetCount
()
>
1
and
Duel
.
GetLocationCountFromEx
(
tp
,
tp
,
g2
,
TYPE_FUSION
)
>
0
end
end
function
M
.
samefilter
(
c
,
g
)
function
M
.
samefilter
(
c
,
g
)
...
...
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