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
1
Issues
1
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
HiiragiGuardians
ygopro-THC-cards
Commits
0e537522
Commit
0e537522
authored
Nov 28, 2021
by
wyykak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 999111
(cherry picked from commit
44da3922
)
parent
be9074a1
Pipeline
#8282
passed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
script/c999111.lua
script/c999111.lua
+5
-2
No files found.
script/c999111.lua
View file @
0e537522
...
...
@@ -73,8 +73,11 @@ function M.chain_target(e, te, tp)
if
not
te
then
return
end
local
c
=
te
:
GetHandler
()
if
not
c
then
return
end
return
c
:
IsCode
(
24235
)
and
Duel
.
GetMatchingGroup
(
M
.
filter
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_HAND
+
LOCATION_DECK
,
0
,
nil
,
te
)
if
c
:
IsCode
(
24235
)
then
return
Duel
.
GetMatchingGroup
(
M
.
filter
,
tp
,
LOCATION_MZONE
+
LOCATION_GRAVE
+
LOCATION_HAND
+
LOCATION_DECK
,
0
,
nil
,
te
)
else
return
Group
.
CreateGroup
()
end
end
function
M
.
chain_operation
(
e
,
te
,
tp
,
tc
,
mat
,
sumtype
)
...
...
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