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
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
Vury Leo
pre-release-database-cdb
Commits
222b7c45
Commit
222b7c45
authored
Jun 11, 2025
by
Vury Leo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
a0c17d03
Pipeline
#37420
failed with stages
in 1 minute and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
script/c59332125.lua
script/c59332125.lua
+8
-8
No files found.
script/c59332125.lua
View file @
222b7c45
...
...
@@ -21,21 +21,21 @@ function s.fcheck(tp,mg,fc,mg_all)
-- Filter the group to get only the opponent’s Fusion Materials
---@param c Card
local
mg_opponent
=
mg
:
Filter
(
function
(
c
)
return
c
:
IsControler
(
1
-
tp
)
end
,
nil
)
-- No more than one Fusion Material from the opponent is allowed
-- No more than one Fusion Material from the opponent is allowed
if
#
mg_opponent
>
1
then
return
false
end
-- Any opponent material used must be a LINK monster
-- Any opponent material used must be a LINK monster
---@param c Card
if
mg_opponent
:
IsExists
(
function
(
c
)
return
not
c
:
IsType
(
TYPE_LINK
)
end
,
1
,
nil
)
then
return
false
end
-- If using an opponent’s monster, you must also use at least one “@Ignister” monster you control
-- If using an opponent’s monster, you must also use at least one “@Ignister” monster you control
---@param c Card
if
#
mg_opponent
>
0
and
not
mg_all
:
IsExists
(
function
(
c
)
return
c
:
IsControler
(
tp
)
and
c
:
IsFusionSetCard
(
0x135
)
end
,
1
,
nil
)
then
return
false
end
if
#
mg_opponent
>
0
and
not
mg_all
:
IsExists
(
function
(
c
)
return
c
:
IsControler
(
tp
)
and
c
:
IsFusionSetCard
(
0x135
)
end
,
1
,
nil
)
then
return
false
end
return
true
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