Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-scripts-888
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
3
Merge Requests
3
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
ygopro-scripts-888
Commits
a3790828
Commit
a3790828
authored
Jul 04, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 焔聖騎士-テュルパン
parent
172f6105
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
procedure.lua
procedure.lua
+9
-0
No files found.
procedure.lua
View file @
a3790828
...
...
@@ -3852,6 +3852,15 @@ function Synchro.LevelMapper(card,tc)
end
function
Synchro
.
DefaultTunerFilter
(
mc
,
tc
)
-- if this card has EFFECT_TUNER, always count it as a Tuner
for
_
,
e
in
ipairs
({
mc
:
IsHasEffect
(
EFFECT_TUNER
)})
do
local
v
=
e
:
GetValue
()
if
type
(
v
)
==
"function"
then
if
v
(
e
,
tc
)
then
return
true
end
elseif
v
then
return
true
end
end
return
mc
:
IsType
(
TYPE_TUNER
)
end
...
...
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