Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
P
pre-release-database-cdb
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
1
Merge Requests
1
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
MyCard
pre-release-database-cdb
Commits
8a907e06
Commit
8a907e06
authored
Feb 05, 2026
by
Amiya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
3dbd8d76
Pipeline
#42866
passed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
script/c100239201.lua
script/c100239201.lua
+11
-1
No files found.
script/c100239201.lua
View file @
8a907e06
...
@@ -126,9 +126,19 @@ function s.lkop(e,tp,eg,ep,ev,re,r,rp)
...
@@ -126,9 +126,19 @@ function s.lkop(e,tp,eg,ep,ev,re,r,rp)
Duel
.
LinkSummon
(
tp
,
tc
,
nil
)
Duel
.
LinkSummon
(
tp
,
tc
,
nil
)
end
end
end
end
function
s
.
exmatcheck
(
c
,
lc
,
tp
)
if
not
c
:
IsControler
(
1
-
tp
)
then
return
false
end
local
le
=
{
c
:
IsHasEffect
(
EFFECT_EXTRA_LINK_MATERIAL
,
tp
)}
for
_
,
te
in
pairs
(
le
)
do
local
f
=
te
:
GetValue
()
local
related
,
valid
=
f
(
te
,
lc
,
nil
,
c
,
tp
)
if
related
and
not
te
:
GetHandler
():
IsCode
(
id
)
then
return
false
end
end
return
true
end
function
s
.
matval
(
e
,
lc
,
mg
,
c
,
tp
)
function
s
.
matval
(
e
,
lc
,
mg
,
c
,
tp
)
local
ct
=
e
:
GetLabelObject
()
local
ct
=
e
:
GetLabelObject
()
local
fid
=
e
:
GetLabel
()
local
fid
=
e
:
GetLabel
()
if
ct
:
GetFlagEffectLabel
(
id
)
~=
fid
then
return
false
,
nil
end
if
ct
:
GetFlagEffectLabel
(
id
)
~=
fid
then
return
false
,
nil
end
return
true
,
not
mg
or
mg
:
IsContains
(
ct
)
return
true
,
not
mg
or
mg
:
IsContains
(
ct
)
and
mg
:
IsContains
(
e
:
GetHandler
())
and
not
mg
:
IsExists
(
s
.
exmatcheck
,
1
,
nil
,
lc
,
tp
)
end
end
\ No newline at end of file
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