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
b0675727
Commit
b0675727
authored
Jul 07, 2025
by
wind2009
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'new-fusion-fix-Nephe-Shaddoll-Fusion' into 'master'
fix 魂写しの同化 See merge request
!58
parents
d5c42b2e
73fe1d0c
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 @
b0675727
...
@@ -2501,7 +2501,7 @@ function FusionSpell.GetSummonOperation(
...
@@ -2501,7 +2501,7 @@ function FusionSpell.GetSummonOperation(
return
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
return
function
(
e
,
tp
,
eg
,
ep
,
ev
,
re
,
r
,
rp
)
local
tc
=
nil
local
tc
=
nil
-- if gc is gone, terminate
-- if gc is gone, terminate
if
gc
(
e
)
==
nil
or
gc
(
e
):
IsRelateToEffect
(
e
)
then
if
gc
(
e
)
==
nil
or
gc
(
e
):
IsRelateToEffect
(
e
)
or
e
:
GetHandler
()
~=
gc
(
e
)
then
local
fusion_targets
=
Group
.
CreateGroup
()
local
fusion_targets
=
Group
.
CreateGroup
()
local
sg
=
Duel
.
GetMatchingGroup
(
function
(
c
)
local
sg
=
Duel
.
GetMatchingGroup
(
function
(
c
)
return
FusionSpell
.
SummonTargetFilter
(
return
FusionSpell
.
SummonTargetFilter
(
...
...
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