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
71f7c749
Commit
71f7c749
authored
Jul 15, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
ab74de86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
procedure.lua
procedure.lua
+1
-1
No files found.
procedure.lua
View file @
71f7c749
...
@@ -4393,7 +4393,7 @@ function Fusion.MultiCondition(tc,patterns,allow_extras)
...
@@ -4393,7 +4393,7 @@ function Fusion.MultiCondition(tc,patterns,allow_extras)
return
function
(
e
,
g
,
gc
,
chkf
,
selected
)
return
function
(
e
,
g
,
gc
,
chkf
,
selected
)
if
not
g
then
return
false
end
if
not
g
then
return
false
end
local
locked
=
Fusion
.
LockedCodes
local
locked
=
Fusion
.
LockedCodes
for
_
,
pat
in
ipairs
(
patterns
)
do
for
_
,
pat
in
ipairs
(
patterns
)
do
-- skip patterns that don't include all locked codes
-- skip patterns that don't include all locked codes
local
ok
=
true
local
ok
=
true
if
locked
then
if
locked
then
...
...
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