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
ffed2c1d
Commit
ffed2c1d
authored
Jul 18, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
284b5b8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
procedure.lua
procedure.lua
+8
-10
No files found.
procedure.lua
View file @
ffed2c1d
...
...
@@ -4706,16 +4706,14 @@ function Fusion.GetMaterialCardSignature(mc,tc,patterns,fcheck_signature)
table.insert
(
parts
,
slot
.
group
.
filter
(
mc
)
and
"1"
or
"0"
)
end
if
slot
.
group
.
has_same
then
if
slot
.
group
.
has_same
then
for
_
,
fn
in
ipairs
(
slot
.
group
.
has_same
)
do
local
raw
=
fn
(
mc
,
tc
)
if
type
(
raw
)
==
"table"
then
-- serialize a returned list/array into a stable string
table.insert
(
parts
,
"["
..
serializeList
(
raw
)
..
"]"
)
else
-- assume bitmask or simple value
table.insert
(
parts
,
tostring
(
raw
))
end
for
_
,
fn
in
ipairs
(
slot
.
group
.
has_same
)
do
local
raw
=
fn
(
mc
,
tc
)
if
type
(
raw
)
==
"table"
then
-- serialize a returned list/array into a stable string
table.insert
(
parts
,
"["
..
serializeList
(
raw
)
..
"]"
)
else
-- assume bitmask or simple value
table.insert
(
parts
,
tostring
(
raw
))
end
end
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